Html Css Color HEX #FCD510 Gold

📋 copy color: '#FCD510'

red 252 ◦ green 213 ◦ blue 16

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

Shades of Gold #FCD510

Tints of Gold #FCD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 52.39%
G = 44.28%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD510 (or 0xFCD510) is known color: Gold. HEX triplet: FC, D5 and 10. RGB value is (252,213,16). Sum of RGB (Red+Green+Blue) = 252+213+16=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD510 is #032AEF. Grayscale: #CBCBCB. Windows color (decimal): -207600 or 1103356. OLE color: 1103356.

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

Color convert

RGB 252 213 16 -
CMYK 0 0.15 0.94 0.01
HSL 50.08º 0.98% 0.53% -
HSV(B) 50.08º 0.94% 0.99% -
XYZ 64.03 68.32 10.3 -
YUV 202.2 22.92 163.52 -
System Red Green Blue C M Y K H S L
Decimal 252 213 16 0 0.15 0.94 0.01 50.08 0.98 0.53
Hex FC D5 10 0 F 5E 1 32 62 35
Octal 374 325 20 0 17 136 1 62 142 65
Binary 11111100 11010101 10000 0 1111 1011110 1 110010 1100010 110101

Color Harmonies of #FCD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD510

Black with #FCD510

Text Example


Text Example

White with #FCD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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