Html Css Color HEX #FCC008 Golden Poppy

📋 copy color: '#FCC008'

red 252 ◦ green 192 ◦ blue 8

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

Shades of Golden Poppy #FCC008

Tints of Golden Poppy #FCC008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 55.75%
G = 42.48%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCC008 (or 0xFCC008) is known color: Golden Poppy. HEX triplet: FC, C0 and 08. RGB value is (252,192,8). Sum of RGB (Red+Green+Blue) = 252+192+8=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC008 is #033FF7. Grayscale: #BDBDBD. Windows color (decimal): -212984 or 573692. OLE color: 573692.

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

Color convert

RGB 252 192 8 -
CMYK 0 0.24 0.97 0.01
HSL 45.25º 0.98% 0.51% -
HSV(B) 45.25º 0.97% 0.99% -
XYZ 59.04 58.41 8.39 -
YUV 188.96 25.88 172.96 -
System Red Green Blue C M Y K H S L
Decimal 252 192 8 0 0.24 0.97 0.01 45.25 0.98 0.51
Hex FC C0 8 0 18 61 1 2D 62 33
Octal 374 300 10 0 30 141 1 55 142 63
Binary 11111100 11000000 1000 0 11000 1100001 1 101101 1100010 110011

Color Harmonies of #FCC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC008

Black with #FCC008

Text Example


Text Example

White with #FCC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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