Html Css Color HEX #FCC012 Golden Poppy

📋 copy color: '#FCC012'

red 252 ◦ green 192 ◦ blue 18

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

Shades of Golden Poppy #FCC012

Tints of Golden Poppy #FCC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

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

R = 54.55%
G = 41.56%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC012 (or 0xFCC012) is known color: Golden Poppy. HEX triplet: FC, C0 and 12. RGB value is (252,192,18). Sum of RGB (Red+Green+Blue) = 252+192+18=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC012 is #033FED. Grayscale: #BEBEBE. Windows color (decimal): -212974 or 1229052. OLE color: 1229052.

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

Color convert

RGB 252 192 18 -
CMYK 0 0.24 0.93 0.01
HSL 44.62º 0.98% 0.53% -
HSV(B) 44.62º 0.93% 0.99% -
XYZ 59.1 58.44 8.74 -
YUV 190.1 30.88 172.15 -
System Red Green Blue C M Y K H S L
Decimal 252 192 18 0 0.24 0.93 0.01 44.62 0.98 0.53
Hex FC C0 12 0 18 5D 1 2D 62 35
Octal 374 300 22 0 30 135 1 55 142 65
Binary 11111100 11000000 10010 0 11000 1011101 1 101101 1100010 110101

Color Harmonies of #FCC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC012

Black with #FCC012

Text Example


Text Example

White with #FCC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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