Shades of Golden Glow #F4D87D
Tints of Golden Glow #F4D87D
RGB
CMYK
RGB Variations
Color information
#F4D87D (or 0xF4D87D) is known color: Golden Glow. HEX triplet: F4, D8 and 7D. RGB value is (244,216,125). Sum of RGB (Red+Green+Blue) = 244+216+125=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D87D is #0B2782. Grayscale: #D6D6D6. Windows color (decimal): -731011 or 8247540. OLE color: 8247540.
HSL color Cylindrical-coordinate representation of color #F4D87D: hue angle of 45.88º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4D87D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 125 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.04 |
| HSL | 45.88º | 0.84% | 0.72% | - |
| HSV(B) | 45.88º | 0.49% | 0.96% | - |
| XYZ | 65.57 | 69.83 | 29.42 | - |
| YUV | 214 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 125 | 0 | 0.11 | 0.49 | 0.04 | 45.88 | 0.84 | 0.72 |
| Hex | F4 | D8 | 7D | 0 | B | 31 | 4 | 2E | 54 | 48 |
| Octal | 364 | 330 | 175 | 0 | 13 | 61 | 4 | 56 | 124 | 110 |
| Binary | 11110100 | 11011000 | 1111101 | 0 | 1011 | 110001 | 100 | 101110 | 1010100 | 1001000 |
Color Harmonies of #F4D87D
Complementary color
Monochromatic Colors of #F4D87D
Black with #F4D87D
Text Example
Text Example
White with #F4D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D87D; }
p { color: rgb(244,216,125); }
H1.HeaderClassName
{
color: #F4D87D;
}
.AnyTagClassName
{
color: #F4D87D;
}
</style>
background-color css
<style>
a { background-color: #F4D87D; }
a { background-color: rgb(244,216,125); }
div.DivClassName
{
background-color: #F4D87D;
}
.BgClassName
{
background-color: #F4D87D;
}
</style>
border-color css
<style>
span { border-color: #F4D87D; }
span { border-color: rgb(244,216,125); }
td.TdClassName
{
border-color: #F4D87D;
}
.TagClassName
{
border-color: #F4D87D;
}
</style>