#FED789

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

Shades of Golden Glow #FED789

Tints of Golden Glow #FED789

Color information

#FED789 (or 0xFED789) is unknown color: approx Golden Glow. HEX triplet: FE, D7 and 89. RGB value is (254,215,137). Sum of RGB (Red+Green+Blue) = 254+215+137=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED789 is #012876. Grayscale: #DADADA. Windows color (decimal): -75895 or 9033726. OLE color: 9033726.

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

Color convert

RGB254215137-
CMYK00.150.460.00
HSL40º98.32%76.67%-
HSV(B)40º46.06%99.61%-
XYZ69.6971.4833.79-
YUV217.7782.42153.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 137 (53.91% from 255) = 22.61%
R=41.91%
G=35.48%
B=22.61%

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
Decimal25421513700.150.460.004098.3276.67
HexFED7890F2E028624d
Octal37632721101756050142115
Binary11111110110101111000100101111101110010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED789; }

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

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

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

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

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

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

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

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