Html Css Color HEX #FCD209 Gold

📋 copy color: '#FCD209'

red 252 ◦ green 210 ◦ blue 9

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

Shades of Gold #FCD209

Tints of Gold #FCD209

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 53.5%
G = 44.59%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD209 (or 0xFCD209) is known color: Gold. HEX triplet: FC, D2 and 09. RGB value is (252,210,9). Sum of RGB (Red+Green+Blue) = 252+210+9=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD209 is #032DF6. Grayscale: #C8C8C8. Windows color (decimal): -208375 or 643836. OLE color: 643836.

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

Color convert

RGB 252 210 9 -
CMYK 0 0.17 0.96 0.01
HSL 49.63º 0.98% 0.51% -
HSV(B) 49.63º 0.96% 0.99% -
XYZ 63.24 66.81 9.82 -
YUV 199.64 20.41 165.34 -
System Red Green Blue C M Y K H S L
Decimal 252 210 9 0 0.17 0.96 0.01 49.63 0.98 0.51
Hex FC D2 9 0 11 60 1 32 62 33
Octal 374 322 11 0 21 140 1 62 142 63
Binary 11111100 11010010 1001 0 10001 1100000 1 110010 1100010 110011

Color Harmonies of #FCD209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD209

Black with #FCD209

Text Example


Text Example

White with #FCD209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD209; }

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

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

background-color css

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

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

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

border-color css

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

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

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