Html Css Color HEX #FCC106 Golden Poppy

📋 copy color: '#FCC106'

red 252 ◦ green 193 ◦ blue 6

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

Shades of Golden Poppy #FCC106

Tints of Golden Poppy #FCC106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 55.88%
G = 42.79%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC106 (or 0xFCC106) is known color: Golden Poppy. HEX triplet: FC, C1 and 06. RGB value is (252,193,6). Sum of RGB (Red+Green+Blue) = 252+193+6=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC106 is #033EF9. Grayscale: #BEBEBE. Windows color (decimal): -212730 or 442876. OLE color: 442876.

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

Color convert

RGB 252 193 6 -
CMYK 0 0.23 0.98 0.01
HSL 45.61º 0.98% 0.51% -
HSV(B) 45.61º 0.98% 0.99% -
XYZ 59.25 58.85 8.41 -
YUV 189.32 24.55 172.71 -
System Red Green Blue C M Y K H S L
Decimal 252 193 6 0 0.23 0.98 0.01 45.61 0.98 0.51
Hex FC C1 6 0 17 62 1 2E 62 33
Octal 374 301 6 0 27 142 1 56 142 63
Binary 11111100 11000001 110 0 10111 1100010 1 101110 1100010 110011

Color Harmonies of #FCC106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC106

Black with #FCC106

Text Example


Text Example

White with #FCC106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC106; }

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

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

background-color css

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

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

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

border-color css

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

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

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