#FED989

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

Shades of Golden Glow #FED989

Tints of Golden Glow #FED989

Color information

#FED989 (or 0xFED989) is unknown color: approx Golden Glow. HEX triplet: FE, D9 and 89. RGB value is (254,217,137). Sum of RGB (Red+Green+Blue) = 254+217+137=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 137 (53.91% from 255 or 22.53% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED989 is #012676. Grayscale: #DBDBDB. Windows color (decimal): -75383 or 9034238. OLE color: 9034238.

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

Color convert

RGB254217137-
CMYK00.150.460.00
HSL41.03º98.32%76.67%-
HSV(B)41.03º46.06%99.61%-
XYZ70.272.533.96-
YUV218.9481.76153-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 137 (53.91% from 255) = 22.53%
R=41.78%
G=35.69%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421713700.150.460.0041.0398.3276.67
HexFED9890F2E029624d
Octal37633121101756051142115
Binary11111110110110011000100101111101110010100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED989; }

 p { color: rgb(254,217,137); }

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

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

 a { background-color: rgb(254,217,137); }

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

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

 span { border-color: rgb(254,217,137); }

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