Html Css Color HEX #FCD210 Gold

📋 copy color: '#FCD210'

red 252 ◦ green 210 ◦ blue 16

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

Shades of Gold #FCD210

Tints of Gold #FCD210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 52.72%
G = 43.93%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD210 (or 0xFCD210) is known color: Gold. HEX triplet: FC, D2 and 10. RGB value is (252,210,16). Sum of RGB (Red+Green+Blue) = 252+210+16=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD210 is #032DEF. Grayscale: #C9C9C9. Windows color (decimal): -208368 or 1102588. OLE color: 1102588.

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

Color convert

RGB 252 210 16 -
CMYK 0 0.17 0.94 0.01
HSL 49.32º 0.98% 0.53% -
HSV(B) 49.32º 0.94% 0.99% -
XYZ 63.29 66.83 10.05 -
YUV 200.44 23.91 164.77 -
System Red Green Blue C M Y K H S L
Decimal 252 210 16 0 0.17 0.94 0.01 49.32 0.98 0.53
Hex FC D2 10 0 11 5E 1 31 62 35
Octal 374 322 20 0 21 136 1 61 142 65
Binary 11111100 11010010 10000 0 10001 1011110 1 110001 1100010 110101

Color Harmonies of #FCD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD210

Black with #FCD210

Text Example


Text Example

White with #FCD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD210; }

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

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

background-color css

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

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

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

border-color css

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

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

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