#FCD411

Color #FCD411 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #FCD411

Tints of Gold #FCD411

Color information

#FCD411 (or 0xFCD411) is unknown color: approx Gold. HEX triplet: FC, D4 and 11. RGB value is (252,212,17). Sum of RGB (Red+Green+Blue) = 252+212+17=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD411 is #032BEE. Grayscale: #CACACA. Windows color (decimal): -207855 or 1168636. OLE color: 1168636.

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

Color convert

RGB25221217-
CMYK00.160.930.01
HSL49.79º97.51%52.75%-
HSV(B)49.79º93.25%98.82%-
XYZ63.7967.8210.26-
YUV201.7323.75163.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 17 (7.03% from 255) = 3.53%
R=52.39%
G=44.07%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522121700.160.930.0149.7997.5152.75
HexFCD4110105D1326235
Octal3743242102013516214265
Binary111111001101010010001010000101110111100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD411; }

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

 H1.HeaderClassName
 {
   color: #FCD411;
 }
 .AnyTagClassName
 {
   color: #FCD411;
 }
</style>
background-color css

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

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

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

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

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

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