#FED585

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

Shades of Golden Glow #FED585

Tints of Golden Glow #FED585

Color information

#FED585 (or 0xFED585) is unknown color: approx Golden Glow. HEX triplet: FE, D5 and 85. RGB value is (254,213,133). Sum of RGB (Red+Green+Blue) = 254+213+133=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED585 is #012A7A. Grayscale: #D8D8D8. Windows color (decimal): -76411 or 8771070. OLE color: 8771070.

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

Color convert

RGB254213133-
CMYK00.160.480.00
HSL39.67º98.37%75.88%-
HSV(B)39.67º47.64%99.61%-
XYZ68.970.3532.14-
YUV216.1481.08155-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=42.33%
G=35.5%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421313300.160.480.0039.6798.3775.88
HexFED58501030028624c
Octal37632520502060050142114
Binary111111101101010110000101010000110000010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED585; }

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

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

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

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

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

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

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

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