#F8DA86

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

Shades of Golden Glow #F8DA86

Tints of Golden Glow #F8DA86

Color information

#F8DA86 (or 0xF8DA86) is unknown color: approx Golden Glow. HEX triplet: F8, DA and 86. RGB value is (248,218,134). Sum of RGB (Red+Green+Blue) = 248+218+134=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DA86 is #072579. Grayscale: #D9D9D9. Windows color (decimal): -468346 or 8837880. OLE color: 8837880.

HSL color Cylindrical-coordinate representation of color #F8DA86: hue angle of 44.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8DA86 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248218134-
CMYK00.120.460.03
HSL44.21º89.06%74.9%-
HSV(B)44.21º45.97%97.25%-
XYZ68.0971.8232.83-
YUV217.3980.94149.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=41.33%
G=36.33%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821813400.120.460.0344.2189.0674.9
HexF8DA860C2E32c594b
Octal37033220601456354131113
Binary111110001101101010000110011001011101110110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA86; }

 p { color: rgb(248,218,134); }

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

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

 a { background-color: rgb(248,218,134); }

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

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

 span { border-color: rgb(248,218,134); }

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