#FCC205

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

Shades of Golden Poppy #FCC205

Tints of Golden Poppy #FCC205

Color information

#FCC205 (or 0xFCC205) is unknown color: approx Golden Poppy. HEX triplet: FC, C2 and 05. RGB value is (252,194,5). Sum of RGB (Red+Green+Blue) = 252+194+5=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC205 is #033DFA. Grayscale: #BEBEBE. Windows color (decimal): -212475 or 377596. OLE color: 377596.

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

Color convert

RGB2521945-
CMYK00.230.980.01
HSL45.91º97.63%50.39%-
HSV(B)45.91º98.02%98.82%-
XYZ59.4659.298.45-
YUV189.823.72172.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 5 (2.34% from 255) = 1.11%
R=55.88%
G=43.02%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252194500.230.980.0145.9197.6350.39
HexFCC250176212e6232
Octal374302502714215614262
Binary1111110011000010101010111110001011011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC205; }

 p { color: rgb(252,194,5); }

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

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

 a { background-color: rgb(252,194,5); }

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

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

 span { border-color: rgb(252,194,5); }

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