Shades of Golden Glow #F4D87A
Tints of Golden Glow #F4D87A
RGB
CMYK
RGB Variations
Color information
#F4D87A (or 0xF4D87A) is known color: Golden Glow. HEX triplet: F4, D8 and 7A. RGB value is (244,216,122). Sum of RGB (Red+Green+Blue) = 244+216+122=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D87A is #0B2785. Grayscale: #D6D6D6. Windows color (decimal): -731014 or 8050932. OLE color: 8050932.
HSL color Cylindrical-coordinate representation of color #F4D87A: hue angle of 46.23º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4D87A is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 122 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.04 |
| HSL | 46.23º | 0.85% | 0.72% | - |
| HSV(B) | 46.23º | 0.5% | 0.96% | - |
| XYZ | 65.38 | 69.75 | 28.43 | - |
| YUV | 213.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 122 | 0 | 0.11 | 0.5 | 0.04 | 46.23 | 0.85 | 0.72 |
| Hex | F4 | D8 | 7A | 0 | B | 32 | 4 | 2E | 55 | 48 |
| Octal | 364 | 330 | 172 | 0 | 13 | 62 | 4 | 56 | 125 | 110 |
| Binary | 11110100 | 11011000 | 1111010 | 0 | 1011 | 110010 | 100 | 101110 | 1010101 | 1001000 |
Color Harmonies of #F4D87A
Complementary color
Monochromatic Colors of #F4D87A
Black with #F4D87A
Text Example
Text Example
White with #F4D87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D87A; }
p { color: rgb(244,216,122); }
H1.HeaderClassName
{
color: #F4D87A;
}
.AnyTagClassName
{
color: #F4D87A;
}
</style>
background-color css
<style>
a { background-color: #F4D87A; }
a { background-color: rgb(244,216,122); }
div.DivClassName
{
background-color: #F4D87A;
}
.BgClassName
{
background-color: #F4D87A;
}
</style>
border-color css
<style>
span { border-color: #F4D87A; }
span { border-color: rgb(244,216,122); }
td.TdClassName
{
border-color: #F4D87A;
}
.TagClassName
{
border-color: #F4D87A;
}
</style>