#FCC200

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

Shades of Golden Poppy #FCC200

Tints of Golden Poppy #FCC200

Color information

#FCC200 (or 0xFCC200) is unknown color: approx Golden Poppy. HEX triplet: FC, C2 and 00. RGB value is (252,194,0). Sum of RGB (Red+Green+Blue) = 252+194+0=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC200 is #033DFF. Grayscale: #BEBEBE. Windows color (decimal): -212480 or 49916. OLE color: 49916.

HSL color Cylindrical-coordinate representation of color #FCC200: hue angle of 46.19º 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 #FCC200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2521940-
CMYK00.2310.01
HSL46.19º100%49.41%-
HSV(B)46.19º100%98.82%-
XYZ59.4459.288.31-
YUV189.2321.22172.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.50%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.50%
G=43.50%
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
Decimal252194000.2310.0146.1910049.41
HexFCC200176412e6431
Octal374302002714415614461
Binary11111100110000100010111110010011011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC200; }

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

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

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

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

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

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

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

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