Html Css Color HEX #FCC006 Golden Poppy

📋 copy color: '#FCC006'

red 252 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #FCC006

Tints of Golden Poppy #FCC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 56%
G = 42.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC006 (or 0xFCC006) is known color: Golden Poppy. HEX triplet: FC, C0 and 06. RGB value is (252,192,6). Sum of RGB (Red+Green+Blue) = 252+192+6=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC006 is #033FF9. Grayscale: #BDBDBD. Windows color (decimal): -212986 or 442620. OLE color: 442620.

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

Color convert

RGB 252 192 6 -
CMYK 0 0.24 0.98 0.01
HSL 45.37º 0.98% 0.51% -
HSV(B) 45.37º 0.98% 0.99% -
XYZ 59.03 58.41 8.34 -
YUV 188.74 24.88 173.12 -
System Red Green Blue C M Y K H S L
Decimal 252 192 6 0 0.24 0.98 0.01 45.37 0.98 0.51
Hex FC C0 6 0 18 62 1 2D 62 33
Octal 374 300 6 0 30 142 1 55 142 63
Binary 11111100 11000000 110 0 11000 1100010 1 101101 1100010 110011

Color Harmonies of #FCC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC006

Black with #FCC006

Text Example


Text Example

White with #FCC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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