#FED885

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

Shades of Golden Glow #FED885

Tints of Golden Glow #FED885

Color information

#FED885 (or 0xFED885) is unknown color: approx Golden Glow. HEX triplet: FE, D8 and 85. RGB value is (254,216,133). Sum of RGB (Red+Green+Blue) = 254+216+133=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED885 is #01277A. Grayscale: #DADADA. Windows color (decimal): -75643 or 8771838. OLE color: 8771838.

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

Color convert

RGB254216133-
CMYK00.150.480.00
HSL41.16º98.37%75.88%-
HSV(B)41.16º47.64%99.61%-
XYZ69.6671.8832.39-
YUV217.980.09153.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=42.12%
G=35.82%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421613300.150.480.0041.1698.3775.88
HexFED8850F30029624c
Octal37633020501760051142114
Binary11111110110110001000010101111110000010100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED885; }

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

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

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

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

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

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

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

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