#FED689

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

Shades of Golden Glow #FED689

Tints of Golden Glow #FED689

Color information

#FED689 (or 0xFED689) is unknown color: approx Golden Glow. HEX triplet: FE, D6 and 89. RGB value is (254,214,137). Sum of RGB (Red+Green+Blue) = 254+214+137=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED689 is #012976. Grayscale: #D9D9D9. Windows color (decimal): -76151 or 9033470. OLE color: 9033470.

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

Color convert

RGB254214137-
CMYK00.160.460.00
HSL39.49º98.32%76.67%-
HSV(B)39.49º46.06%99.61%-
XYZ69.4370.9733.71-
YUV217.1882.75154.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 137 (53.91% from 255) = 22.64%
R=41.98%
G=35.37%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421413700.160.460.0039.4998.3276.67
HexFED6890102E027624d
Octal37632621102056047142115
Binary111111101101011010001001010000101110010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED689; }

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

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

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

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

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

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

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

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