#FCC512

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

Shades of Golden Poppy #FCC512

Tints of Golden Poppy #FCC512

Color information

#FCC512 (or 0xFCC512) is unknown color: approx Golden Poppy. HEX triplet: FC, C5 and 12. RGB value is (252,197,18). Sum of RGB (Red+Green+Blue) = 252+197+18=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC512 is #033AED. Grayscale: #C1C1C1. Windows color (decimal): -211694 or 1230332. OLE color: 1230332.

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

Color convert

RGB25219718-
CMYK00.220.930.01
HSL45.9º97.5%52.94%-
HSV(B)45.9º92.86%98.82%-
XYZ60.2260.679.11-
YUV193.0429.22170.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.96%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 18 (7.42% from 255) = 3.85%
R=53.96%
G=42.18%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521971800.220.930.0145.997.552.94
HexFCC5120165D12e6235
Octal3743052202613515614265
Binary111111001100010110010010110101110111011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC512; }

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

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

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

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

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

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

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

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