#F5DA81

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

Shades of Golden Glow #F5DA81

Tints of Golden Glow #F5DA81

Color information

#F5DA81 (or 0xF5DA81) is unknown color: approx Golden Glow. HEX triplet: F5, DA and 81. RGB value is (245,218,129). Sum of RGB (Red+Green+Blue) = 245+218+129=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA81 is #0A257E. Grayscale: #D8D8D8. Windows color (decimal): -664959 or 8510197. OLE color: 8510197.

HSL color Cylindrical-coordinate representation of color #F5DA81: hue angle of 46.03º 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 #F5DA81 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245218129-
CMYK00.110.470.04
HSL46.03º85.29%73.33%-
HSV(B)46.03º47.35%96.08%-
XYZ66.6971.1430.99-
YUV215.9378.95148.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.39%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=41.39%
G=36.82%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521812900.110.470.0446.0385.2973.33
HexF5DA810B2F42e5549
Octal36533220101357456125111
Binary1111010111011010100000010101110111110010111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA81; }

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

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

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

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

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

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

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

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