#F8D98A

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

Shades of Golden Glow #F8D98A

Tints of Golden Glow #F8D98A

Color information

#F8D98A (or 0xF8D98A) is unknown color: approx Golden Glow. HEX triplet: F8, D9 and 8A. RGB value is (248,217,138). Sum of RGB (Red+Green+Blue) = 248+217+138=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D98A is #072675. Grayscale: #D9D9D9. Windows color (decimal): -468598 or 9099768. OLE color: 9099768.

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

Color convert

RGB248217138-
CMYK00.120.440.03
HSL43.09º88.71%75.69%-
HSV(B)43.09º44.35%97.25%-
XYZ68.1171.4234.24-
YUV217.2683.27149.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=41.13%
G=35.99%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821713800.120.440.0343.0988.7175.69
HexF8D98A0C2C32b594c
Octal37033121201454353131114
Binary111110001101100110001010011001011001110101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D98A; }

 p { color: rgb(248,217,138); }

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

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

 a { background-color: rgb(248,217,138); }

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

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

 span { border-color: rgb(248,217,138); }

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