#FCC506

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

Shades of Golden Poppy #FCC506

Tints of Golden Poppy #FCC506

Color information

#FCC506 (or 0xFCC506) is unknown color: approx Golden Poppy. HEX triplet: FC, C5 and 06. RGB value is (252,197,6). Sum of RGB (Red+Green+Blue) = 252+197+6=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC506 is #033AF9. Grayscale: #C0C0C0. Windows color (decimal): -211706 or 443900. OLE color: 443900.

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

Color convert

RGB2521976-
CMYK00.220.980.01
HSL46.59º97.62%50.59%-
HSV(B)46.59º97.62%98.82%-
XYZ60.1460.648.71-
YUV191.6723.22171.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.38%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 6 (2.73% from 255) = 1.32%
R=55.38%
G=43.30%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252197600.220.980.0146.5997.6250.59
HexFCC560166212f6233
Octal374305602614215714263
Binary1111110011000101110010110110001011011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC506; }

 p { color: rgb(252,197,6); }

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

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

 a { background-color: rgb(252,197,6); }

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

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

 span { border-color: rgb(252,197,6); }

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