#F8DA81

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

Shades of Golden Glow #F8DA81

Tints of Golden Glow #F8DA81

Color information

#F8DA81 (or 0xF8DA81) is unknown color: approx Golden Glow. HEX triplet: F8, DA and 81. RGB value is (248,218,129). Sum of RGB (Red+Green+Blue) = 248+218+129=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DA81 is #07257E. Grayscale: #D9D9D9. Windows color (decimal): -468351 or 8510200. OLE color: 8510200.

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

Color convert

RGB248218129-
CMYK00.120.480.03
HSL44.87º89.47%73.92%-
HSV(B)44.87º47.98%97.25%-
XYZ67.7571.6831.03-
YUV216.8278.44150.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=41.68%
G=36.64%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821812900.120.480.0344.8789.4773.92
HexF8DA810C3032d594a
Octal37033220101460355131112
Binary111110001101101010000001011001100001110110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA81; }

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

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

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

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

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

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

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

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