Html Css Color HEX #FCC306 Golden Poppy

📋 copy color: '#FCC306'

red 252 ◦ green 195 ◦ blue 6

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

Shades of Golden Poppy #FCC306

Tints of Golden Poppy #FCC306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

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

R = 55.63%
G = 43.05%
B = 1.32%

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

#FCC306 (or 0xFCC306) is known color: Golden Poppy. HEX triplet: FC, C3 and 06. RGB value is (252,195,6). Sum of RGB (Red+Green+Blue) = 252+195+6=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC306 is #033CF9. Grayscale: #BFBFBF. Windows color (decimal): -212218 or 443388. OLE color: 443388.

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

Color convert

RGB 252 195 6 -
CMYK 0 0.23 0.98 0.01
HSL 46.1º 0.98% 0.51% -
HSV(B) 46.1º 0.98% 0.99% -
XYZ 59.69 59.74 8.56 -
YUV 190.5 23.88 171.87 -
System Red Green Blue C M Y K H S L
Decimal 252 195 6 0 0.23 0.98 0.01 46.1 0.98 0.51
Hex FC C3 6 0 17 62 1 2E 62 33
Octal 374 303 6 0 27 142 1 56 142 63
Binary 11111100 11000011 110 0 10111 1100010 1 101110 1100010 110011

Color Harmonies of #FCC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC306

Black with #FCC306

Text Example


Text Example

White with #FCC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC306; }

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

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

background-color css

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

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

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

border-color css

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

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

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