Html Css Color HEX #FCC409 Golden Poppy

📋 copy color: '#FCC409'

red 252 ◦ green 196 ◦ blue 9

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

Shades of Golden Poppy #FCC409

Tints of Golden Poppy #FCC409

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 55.14%
G = 42.89%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC409 (or 0xFCC409) is known color: Golden Poppy. HEX triplet: FC, C4 and 09. RGB value is (252,196,9). Sum of RGB (Red+Green+Blue) = 252+196+9=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC409 is #033BF6. Grayscale: #C0C0C0. Windows color (decimal): -211959 or 640252. OLE color: 640252.

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

Color convert

RGB 252 196 9 -
CMYK 0 0.22 0.96 0.01
HSL 46.17º 0.98% 0.51% -
HSV(B) 46.17º 0.96% 0.99% -
XYZ 59.93 60.2 8.72 -
YUV 191.43 25.05 171.21 -
System Red Green Blue C M Y K H S L
Decimal 252 196 9 0 0.22 0.96 0.01 46.17 0.98 0.51
Hex FC C4 9 0 16 60 1 2E 62 33
Octal 374 304 11 0 26 140 1 56 142 63
Binary 11111100 11000100 1001 0 10110 1100000 1 101110 1100010 110011

Color Harmonies of #FCC409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC409

Black with #FCC409

Text Example


Text Example

White with #FCC409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC409; }

 p { color: rgb(252,196,9); }

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

background-color css

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

 a { background-color: rgb(252,196,9); }

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

border-color css

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

 span { border-color: rgb(252,196,9); }

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