Shades of Golden Glow #F8D477
Tints of Golden Glow #F8D477
RGB
CMYK
RGB Variations
Color information
#F8D477 (or 0xF8D477) is known color: Golden Glow. HEX triplet: F8, D4 and 77. RGB value is (248,212,119). Sum of RGB (Red+Green+Blue) = 248+212+119=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D477 is #072B88. Grayscale: #D4D4D4. Windows color (decimal): -469897 or 7853304. OLE color: 7853304.
HSL color Cylindrical-coordinate representation of color #F8D477: hue angle of 43.26º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D477 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 119 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.03 |
| HSL | 43.26º | 0.9% | 0.72% | - |
| HSV(B) | 43.26º | 0.52% | 0.97% | - |
| XYZ | 65.58 | 68.38 | 27.19 | - |
| YUV | 212.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 119 | 0 | 0.15 | 0.52 | 0.03 | 43.26 | 0.9 | 0.72 |
| Hex | F8 | D4 | 77 | 0 | F | 34 | 3 | 2B | 5A | 48 |
| Octal | 370 | 324 | 167 | 0 | 17 | 64 | 3 | 53 | 132 | 110 |
| Binary | 11111000 | 11010100 | 1110111 | 0 | 1111 | 110100 | 11 | 101011 | 1011010 | 1001000 |
Color Harmonies of #F8D477
Complementary color
Monochromatic Colors of #F8D477
Black with #F8D477
Text Example
Text Example
White with #F8D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D477; }
p { color: rgb(248,212,119); }
H1.HeaderClassName
{
color: #F8D477;
}
.AnyTagClassName
{
color: #F8D477;
}
</style>
background-color css
<style>
a { background-color: #F8D477; }
a { background-color: rgb(248,212,119); }
div.DivClassName
{
background-color: #F8D477;
}
.BgClassName
{
background-color: #F8D477;
}
</style>
border-color css
<style>
span { border-color: #F8D477; }
span { border-color: rgb(248,212,119); }
td.TdClassName
{
border-color: #F8D477;
}
.TagClassName
{
border-color: #F8D477;
}
</style>