Html Css Color HEX #FCD205 Gold

📋 copy color: '#FCD205'

red 252 ◦ green 210 ◦ blue 5

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

Shades of Gold #FCD205

Tints of Gold #FCD205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 53.96%
G = 44.97%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD205 (or 0xFCD205) is known color: Gold. HEX triplet: FC, D2 and 05. RGB value is (252,210,5). Sum of RGB (Red+Green+Blue) = 252+210+5=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD205 is #032DFA. Grayscale: #C8C8C8. Windows color (decimal): -208379 or 381692. OLE color: 381692.

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

Color convert

RGB 252 210 5 -
CMYK 0 0.17 0.98 0.01
HSL 49.8º 0.98% 0.5% -
HSV(B) 49.8º 0.98% 0.99% -
XYZ 63.22 66.8 9.71 -
YUV 199.19 18.41 165.67 -
System Red Green Blue C M Y K H S L
Decimal 252 210 5 0 0.17 0.98 0.01 49.8 0.98 0.5
Hex FC D2 5 0 11 62 1 32 62 32
Octal 374 322 5 0 21 142 1 62 142 62
Binary 11111100 11010010 101 0 10001 1100010 1 110010 1100010 110010

Color Harmonies of #FCD205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD205

Black with #FCD205

Text Example


Text Example

White with #FCD205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD205; }

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

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

background-color css

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

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

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

border-color css

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

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

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