#FED588

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

Shades of Golden Glow #FED588

Tints of Golden Glow #FED588

Color information

#FED588 (or 0xFED588) is unknown color: approx Golden Glow. HEX triplet: FE, D5 and 88. RGB value is (254,213,136). Sum of RGB (Red+Green+Blue) = 254+213+136=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED588 is #012A77. Grayscale: #D8D8D8. Windows color (decimal): -76408 or 8967678. OLE color: 8967678.

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

Color convert

RGB254213136-
CMYK00.160.460.00
HSL39.15º98.33%76.47%-
HSV(B)39.15º46.46%99.61%-
XYZ69.1170.4433.25-
YUV216.4882.58154.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 136 (53.52% from 255) = 22.55%
R=42.12%
G=35.32%
B=22.55%

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
Decimal25421313600.160.460.0039.1598.3376.47
HexFED5880102E027624c
Octal37632521002056047142114
Binary111111101101010110001000010000101110010011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED588; }

 p { color: rgb(254,213,136); }

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

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

 a { background-color: rgb(254,213,136); }

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

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

 span { border-color: rgb(254,213,136); }

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