#F5D881

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

Shades of Golden Glow #F5D881

Tints of Golden Glow #F5D881

Color information

#F5D881 (or 0xF5D881) is unknown color: approx Golden Glow. HEX triplet: F5, D8 and 81. RGB value is (245,216,129). Sum of RGB (Red+Green+Blue) = 245+216+129=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D881 is #0A277E. Grayscale: #D7D7D7. Windows color (decimal): -665471 or 8509685. OLE color: 8509685.

HSL color Cylindrical-coordinate representation of color #F5D881: hue angle of 45º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5D881 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245216129-
CMYK00.120.470.04
HSL45º85.29%73.33%-
HSV(B)45º47.35%96.08%-
XYZ66.1770.1130.81-
YUV214.7579.61149.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 129 (50.78% from 255) = 21.86%
R=41.53%
G=36.61%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521612900.120.470.044585.2973.33
HexF5D8810C2F42d5549
Octal36533020101457455125111
Binary1111010111011000100000010110010111110010110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D881; }

 p { color: rgb(245,216,129); }

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

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

 a { background-color: rgb(245,216,129); }

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

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

 span { border-color: rgb(245,216,129); }

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