Html Css Color HEX #FCD610 Gold

📋 copy color: '#FCD610'

red 252 ◦ green 214 ◦ blue 16

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

Shades of Gold #FCD610

Tints of Gold #FCD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

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

R = 52.28%
G = 44.4%
B = 3.32%

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

#FCD610 (or 0xFCD610) is known color: Gold. HEX triplet: FC, D6 and 10. RGB value is (252,214,16). Sum of RGB (Red+Green+Blue) = 252+214+16=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD610 is #0329EF. Grayscale: #CBCBCB. Windows color (decimal): -207344 or 1103612. OLE color: 1103612.

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

Color convert

RGB 252 214 16 -
CMYK 0 0.15 0.94 0.01
HSL 50.34º 0.98% 0.53% -
HSV(B) 50.34º 0.94% 0.99% -
XYZ 64.28 68.83 10.39 -
YUV 202.79 22.59 163.1 -
System Red Green Blue C M Y K H S L
Decimal 252 214 16 0 0.15 0.94 0.01 50.34 0.98 0.53
Hex FC D6 10 0 F 5E 1 32 62 35
Octal 374 326 20 0 17 136 1 62 142 65
Binary 11111100 11010110 10000 0 1111 1011110 1 110010 1100010 110101

Color Harmonies of #FCD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD610

Black with #FCD610

Text Example


Text Example

White with #FCD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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