Html Css Color HEX #FCD410 Gold

📋 copy color: '#FCD410'

red 252 ◦ green 212 ◦ blue 16

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

Shades of Gold #FCD410

Tints of Gold #FCD410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 52.5%
G = 44.17%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD410 (or 0xFCD410) is known color: Gold. HEX triplet: FC, D4 and 10. RGB value is (252,212,16). Sum of RGB (Red+Green+Blue) = 252+212+16=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD410 is #032BEF. Grayscale: #CACACA. Windows color (decimal): -207856 or 1103100. OLE color: 1103100.

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

Color convert

RGB 252 212 16 -
CMYK 0 0.16 0.94 0.01
HSL 49.83º 0.98% 0.53% -
HSV(B) 49.83º 0.94% 0.99% -
XYZ 63.78 67.82 10.22 -
YUV 201.62 23.25 163.94 -
System Red Green Blue C M Y K H S L
Decimal 252 212 16 0 0.16 0.94 0.01 49.83 0.98 0.53
Hex FC D4 10 0 10 5E 1 32 62 35
Octal 374 324 20 0 20 136 1 62 142 65
Binary 11111100 11010100 10000 0 10000 1011110 1 110010 1100010 110101

Color Harmonies of #FCD410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD410

Black with #FCD410

Text Example


Text Example

White with #FCD410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD410; }

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

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

background-color css

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

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

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

border-color css

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

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

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