#FCD686

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

Shades of Golden Glow #FCD686

Tints of Golden Glow #FCD686

Color information

#FCD686 (or 0xFCD686) is unknown color: approx Golden Glow. HEX triplet: FC, D6 and 86. RGB value is (252,214,134). Sum of RGB (Red+Green+Blue) = 252+214+134=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD686 is #032979. Grayscale: #D8D8D8. Windows color (decimal): -207226 or 8836860. OLE color: 8836860.

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

Color convert

RGB252214134-
CMYK00.150.470.01
HSL40.68º95.16%75.69%-
HSV(B)40.68º46.83%98.82%-
XYZ68.4970.5132.55-
YUV216.2481.59153.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=42%
G=35.67%
B=22.33%

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
Decimal25221413400.150.470.0140.6895.1675.69
HexFCD6860F2F1295f4c
Octal37432620601757151137114
Binary11111100110101101000011001111101111110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD686; }

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

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

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

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

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

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

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

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