#FED88C

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

Shades of Golden Glow #FED88C

Tints of Golden Glow #FED88C

Color information

#FED88C (or 0xFED88C) is unknown color: approx Golden Glow. HEX triplet: FE, D8 and 8C. RGB value is (254,216,140). Sum of RGB (Red+Green+Blue) = 254+216+140=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88C is #012773. Grayscale: #DBDBDB. Windows color (decimal): -75636 or 9230590. OLE color: 9230590.

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

Color convert

RGB254216140-
CMYK00.150.450.00
HSL40º98.28%77.25%-
HSV(B)40º44.88%99.61%-
XYZ70.1672.0835.03-
YUV218.783.59153.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=41.64%
G=35.41%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421614000.150.450.004098.2877.25
HexFED88C0F2D028624d
Octal37633021401755050142115
Binary11111110110110001000110001111101101010100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED88C; }

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

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

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

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

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

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

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

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