Html Css Color HEX #FCC209 Golden Poppy

📋 copy color: '#FCC209'

red 252 ◦ green 194 ◦ blue 9

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

Shades of Golden Poppy #FCC209

Tints of Golden Poppy #FCC209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.64%

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

R = 55.38%
G = 42.64%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC209 (or 0xFCC209) is known color: Golden Poppy. HEX triplet: FC, C2 and 09. RGB value is (252,194,9). Sum of RGB (Red+Green+Blue) = 252+194+9=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC209 is #033DF6. Grayscale: #BFBFBF. Windows color (decimal): -212471 or 639740. OLE color: 639740.

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

Color convert

RGB 252 194 9 -
CMYK 0 0.23 0.96 0.01
HSL 45.68º 0.98% 0.51% -
HSV(B) 45.68º 0.96% 0.99% -
XYZ 59.49 59.3 8.57 -
YUV 190.25 25.72 172.04 -
System Red Green Blue C M Y K H S L
Decimal 252 194 9 0 0.23 0.96 0.01 45.68 0.98 0.51
Hex FC C2 9 0 17 60 1 2E 62 33
Octal 374 302 11 0 27 140 1 56 142 63
Binary 11111100 11000010 1001 0 10111 1100000 1 101110 1100010 110011

Color Harmonies of #FCC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC209

Black with #FCC209

Text Example


Text Example

White with #FCC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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