Html Css Color HEX #FCD310 Gold

📋 copy color: '#FCD310'

red 252 ◦ green 211 ◦ blue 16

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

Shades of Gold #FCD310

Tints of Gold #FCD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

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

R = 52.61%
G = 44.05%
B = 3.34%

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

#FCD310 (or 0xFCD310) is known color: Gold. HEX triplet: FC, D3 and 10. RGB value is (252,211,16). Sum of RGB (Red+Green+Blue) = 252+211+16=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD310 is #032CEF. Grayscale: #C9C9C9. Windows color (decimal): -208112 or 1102844. OLE color: 1102844.

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

Color convert

RGB 252 211 16 -
CMYK 0 0.16 0.94 0.01
HSL 49.58º 0.98% 0.53% -
HSV(B) 49.58º 0.94% 0.99% -
XYZ 63.53 67.32 10.14 -
YUV 201.03 23.58 164.36 -
System Red Green Blue C M Y K H S L
Decimal 252 211 16 0 0.16 0.94 0.01 49.58 0.98 0.53
Hex FC D3 10 0 10 5E 1 32 62 35
Octal 374 323 20 0 20 136 1 62 142 65
Binary 11111100 11010011 10000 0 10000 1011110 1 110010 1100010 110101

Color Harmonies of #FCD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD310

Black with #FCD310

Text Example


Text Example

White with #FCD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD310; }

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

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

background-color css

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

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

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

border-color css

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

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

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