#FEDD80

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

Shades of Golden Glow #FEDD80

Tints of Golden Glow #FEDD80

Color information

#FEDD80 (or 0xFEDD80) is unknown color: approx Golden Glow. HEX triplet: FE, DD and 80. RGB value is (254,221,128). Sum of RGB (Red+Green+Blue) = 254+221+128=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD80 is #01227F. Grayscale: #DCDCDC. Windows color (decimal): -74368 or 8445438. OLE color: 8445438.

HSL color Cylindrical-coordinate representation of color #FEDD80: hue angle of 44.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEDD80 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254221128-
CMYK00.130.500.00
HSL44.29º98.44%74.9%-
HSV(B)44.29º49.61%99.61%-
XYZ70.6374.3431.05-
YUV220.2675.93152.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 128 (50.39% from 255) = 21.23%
R=42.12%
G=36.65%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422112800.130.500.0044.2998.4474.9
HexFEDD800D3202c624b
Octal37633520001562054142113
Binary11111110110111011000000001101110010010110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD80; }

 p { color: rgb(254,221,128); }

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

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

 a { background-color: rgb(254,221,128); }

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

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

 span { border-color: rgb(254,221,128); }

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