Html Css Color HEX #FCC212 Golden Poppy

📋 copy color: '#FCC212'

red 252 ◦ green 194 ◦ blue 18

#FCC212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #FCC212

Tints of Golden Poppy #FCC212

RGB

 RED value IS 252 (98.83% from 255) = 54.31%

 GREEN value IS 194 (76.17% from 255) = 41.81%

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 54.31%
G = 41.81%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC212 (or 0xFCC212) is known color: Golden Poppy. HEX triplet: FC, C2 and 12. RGB value is (252,194,18). Sum of RGB (Red+Green+Blue) = 252+194+18=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC212 is #033DED. Grayscale: #C0C0C0. Windows color (decimal): -212462 or 1229564. OLE color: 1229564.

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

Color convert

RGB 252 194 18 -
CMYK 0 0.23 0.93 0.01
HSL 45.13º 0.98% 0.53% -
HSV(B) 45.13º 0.93% 0.99% -
XYZ 59.55 59.32 8.88 -
YUV 191.28 30.22 171.31 -
System Red Green Blue C M Y K H S L
Decimal 252 194 18 0 0.23 0.93 0.01 45.13 0.98 0.53
Hex FC C2 12 0 17 5D 1 2D 62 35
Octal 374 302 22 0 27 135 1 55 142 65
Binary 11111100 11000010 10010 0 10111 1011101 1 101101 1100010 110101

Color Harmonies of #FCC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC212

Black with #FCC212

Text Example


Text Example

White with #FCC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC212; }

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

 H1.HeaderClassName
 {
   color: #FCC212;
 }
 .AnyTagClassName
 {
   color: #FCC212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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