#F8D88A

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

Shades of Golden Glow #F8D88A

Tints of Golden Glow #F8D88A

Color information

#F8D88A (or 0xF8D88A) is unknown color: approx Golden Glow. HEX triplet: F8, D8 and 8A. RGB value is (248,216,138). Sum of RGB (Red+Green+Blue) = 248+216+138=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D88A is #072775. Grayscale: #D9D9D9. Windows color (decimal): -468854 or 9099512. OLE color: 9099512.

HSL color Cylindrical-coordinate representation of color #F8D88A: hue angle of 42.55º 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 #F8D88A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248216138-
CMYK00.130.440.03
HSL42.55º88.71%75.69%-
HSV(B)42.55º44.35%97.25%-
XYZ67.8570.934.15-
YUV216.6883.6150.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.20%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=41.20%
G=35.88%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821613800.130.440.0342.5588.7175.69
HexF8D88A0D2C32b594c
Octal37033021201554353131114
Binary111110001101100010001010011011011001110101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D88A; }

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

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

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

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

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

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

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

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