#FEDD81

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

Shades of Golden Glow #FEDD81

Tints of Golden Glow #FEDD81

Color information

#FEDD81 (or 0xFEDD81) is unknown color: approx Golden Glow. HEX triplet: FE, DD and 81. RGB value is (254,221,129). Sum of RGB (Red+Green+Blue) = 254+221+129=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD81 is #01227E. Grayscale: #DCDCDC. Windows color (decimal): -74367 or 8510974. OLE color: 8510974.

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

Color convert

RGB254221129-
CMYK00.130.490.00
HSL44.16º98.43%75.1%-
HSV(B)44.16º49.21%99.61%-
XYZ70.6974.3731.4-
YUV220.3876.43151.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 129 (50.78% from 255) = 21.36%
R=42.05%
G=36.59%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422112900.130.490.0044.1698.4375.1
HexFEDD810D3102c624b
Octal37633520101561054142113
Binary11111110110111011000000101101110001010110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD81; }

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

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

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

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

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

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

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

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