Shades of Golden Glow #F4D07A
Tints of Golden Glow #F4D07A
RGB
CMYK
RGB Variations
Color information
#F4D07A (or 0xF4D07A) is known color: Golden Glow. HEX triplet: F4, D0 and 7A. RGB value is (244,208,122). Sum of RGB (Red+Green+Blue) = 244+208+122=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D07A is #0B2F85. Grayscale: #D1D1D1. Windows color (decimal): -733062 or 8048884. OLE color: 8048884.
HSL color Cylindrical-coordinate representation of color #F4D07A: hue angle of 42.3º 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 #F4D07A is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 122 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.04 |
| HSL | 42.3º | 0.85% | 0.72% | - |
| HSV(B) | 42.3º | 0.5% | 0.96% | - |
| XYZ | 63.38 | 65.75 | 27.76 | - |
| YUV | 208.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 122 | 0 | 0.15 | 0.5 | 0.04 | 42.3 | 0.85 | 0.72 |
| Hex | F4 | D0 | 7A | 0 | F | 32 | 4 | 2A | 55 | 48 |
| Octal | 364 | 320 | 172 | 0 | 17 | 62 | 4 | 52 | 125 | 110 |
| Binary | 11110100 | 11010000 | 1111010 | 0 | 1111 | 110010 | 100 | 101010 | 1010101 | 1001000 |
Color Harmonies of #F4D07A
Complementary color
Monochromatic Colors of #F4D07A
Black with #F4D07A
Text Example
Text Example
White with #F4D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D07A; }
p { color: rgb(244,208,122); }
H1.HeaderClassName
{
color: #F4D07A;
}
.AnyTagClassName
{
color: #F4D07A;
}
</style>
background-color css
<style>
a { background-color: #F4D07A; }
a { background-color: rgb(244,208,122); }
div.DivClassName
{
background-color: #F4D07A;
}
.BgClassName
{
background-color: #F4D07A;
}
</style>
border-color css
<style>
span { border-color: #F4D07A; }
span { border-color: rgb(244,208,122); }
td.TdClassName
{
border-color: #F4D07A;
}
.TagClassName
{
border-color: #F4D07A;
}
</style>