#FED788

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

Shades of Golden Glow #FED788

Tints of Golden Glow #FED788

Color information

#FED788 (or 0xFED788) is unknown color: approx Golden Glow. HEX triplet: FE, D7 and 88. RGB value is (254,215,136). Sum of RGB (Red+Green+Blue) = 254+215+136=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED788 is #012877. Grayscale: #DADADA. Windows color (decimal): -75896 or 8968190. OLE color: 8968190.

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

Color convert

RGB254215136-
CMYK00.150.460.00
HSL40.17º98.33%76.47%-
HSV(B)40.17º46.46%99.61%-
XYZ69.6271.4533.41-
YUV217.6681.92153.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 136 (53.52% from 255) = 22.48%
R=41.98%
G=35.54%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421513600.150.460.0040.1798.3376.47
HexFED7880F2E028624c
Octal37632721001756050142114
Binary11111110110101111000100001111101110010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED788; }

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

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

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

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

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

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

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

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