#FED686

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

Shades of Golden Glow #FED686

Tints of Golden Glow #FED686

Color information

#FED686 (or 0xFED686) is unknown color: approx Golden Glow. HEX triplet: FE, D6 and 86. RGB value is (254,214,134). Sum of RGB (Red+Green+Blue) = 254+214+134=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED686 is #012979. Grayscale: #D9D9D9. Windows color (decimal): -76154 or 8836862. OLE color: 8836862.

HSL color Cylindrical-coordinate representation of color #FED686: hue angle of 40º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FED686 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254214134-
CMYK00.160.470.00
HSL40º98.36%76.08%-
HSV(B)40º47.24%99.61%-
XYZ69.2270.8932.59-
YUV216.8481.25154.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 134 (52.73% from 255) = 22.26%
R=42.19%
G=35.55%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421413400.160.470.004098.3676.08
HexFED6860102F028624c
Octal37632620602057050142114
Binary111111101101011010000110010000101111010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED686; }

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

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

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

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

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

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

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

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