#fcc100

Color #FCC100 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #FCC100

Tints of Golden Poppy #FCC100

Color information

#FCC100 (or 0xFCC100) is unknown color: approx Golden Poppy. HEX triplet: FC, C1 and 00. RGB value is (252,193,0). Sum of RGB (Red+Green+Blue) = 252+193+0=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC100 is #033EFF. Grayscale: #BDBDBD. Windows color (decimal): -212736 or 49660. OLE color: 49660.

HSL color Cylindrical-coordinate representation of color #FCC100: hue angle of 45.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCC100 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2521930-
CMYK00.2310.01
HSL45.95º100%49.41%-
HSV(B)45.95º100%98.82%-
XYZ59.2158.848.24-
YUV188.6421.55173.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.63%
G=43.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252193000.2310.0145.9510049.41
HexFCC100176412e6431
Octal374301002714415614461
Binary11111100110000010010111110010011011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcc100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcc100; }

 p { color: rgb(252,193,0); }

 H1.HeaderClassName
 {
   color: #fcc100;
 }
 .AnyTagClassName
 {
   color: #fcc100;
 }
</style>
background-color css

<style>
 a { background-color: #fcc100; }

 a { background-color: rgb(252,193,0); }

 div.DivClassName
 {
   background-color: #fcc100;
 }
 .BgClassName
 {
   background-color: #fcc100;
 }
</style>
border-color css

<style>
 span { border-color: #fcc100; }

 span { border-color: rgb(252,193,0); }

 td.TdClassName
 {
   border-color: #fcc100;
 }
 .TagClassName
 {
   border-color: #fcc100;
 }
</style>