#FCD786

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

Shades of Golden Glow #FCD786

Tints of Golden Glow #FCD786

Color information

#FCD786 (or 0xFCD786) is unknown color: approx Golden Glow. HEX triplet: FC, D7 and 86. RGB value is (252,215,134). Sum of RGB (Red+Green+Blue) = 252+215+134=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD786 is #032879. Grayscale: #D9D9D9. Windows color (decimal): -206970 or 8837116. OLE color: 8837116.

HSL color Cylindrical-coordinate representation of color #FCD786: hue angle of 41.19º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCD786 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252215134-
CMYK00.150.470.01
HSL41.19º95.16%75.69%-
HSV(B)41.19º46.83%98.82%-
XYZ68.7571.0232.64-
YUV216.8381.26153.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 134 (52.73% from 255) = 22.30%
R=41.93%
G=35.77%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221513400.150.470.0141.1995.1675.69
HexFCD7860F2F1295f4c
Octal37432720601757151137114
Binary11111100110101111000011001111101111110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD786; }

 p { color: rgb(252,215,134); }

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

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

 a { background-color: rgb(252,215,134); }

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

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

 span { border-color: rgb(252,215,134); }

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