Shades of Golden Glow #F4D273
Tints of Golden Glow #F4D273
RGB
CMYK
RGB Variations
Color information
#F4D273 (or 0xF4D273) is known color: Golden Glow. HEX triplet: F4, D2 and 73. RGB value is (244,210,115). Sum of RGB (Red+Green+Blue) = 244+210+115=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D273 is #0B2D8C. Grayscale: #D1D1D1. Windows color (decimal): -732557 or 7590644. OLE color: 7590644.
HSL color Cylindrical-coordinate representation of color #F4D273: hue angle of 44.19º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4D273 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 115 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.04 |
| HSL | 44.19º | 0.85% | 0.7% | - |
| HSV(B) | 44.19º | 0.53% | 0.96% | - |
| XYZ | 63.45 | 66.56 | 25.72 | - |
| YUV | 209.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 115 | 0 | 0.14 | 0.53 | 0.04 | 44.19 | 0.85 | 0.7 |
| Hex | F4 | D2 | 73 | 0 | E | 35 | 4 | 2C | 55 | 46 |
| Octal | 364 | 322 | 163 | 0 | 16 | 65 | 4 | 54 | 125 | 106 |
| Binary | 11110100 | 11010010 | 1110011 | 0 | 1110 | 110101 | 100 | 101100 | 1010101 | 1000110 |
Color Harmonies of #F4D273
Complementary color
Monochromatic Colors of #F4D273
Black with #F4D273
Text Example
Text Example
White with #F4D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D273; }
p { color: rgb(244,210,115); }
H1.HeaderClassName
{
color: #F4D273;
}
.AnyTagClassName
{
color: #F4D273;
}
</style>
background-color css
<style>
a { background-color: #F4D273; }
a { background-color: rgb(244,210,115); }
div.DivClassName
{
background-color: #F4D273;
}
.BgClassName
{
background-color: #F4D273;
}
</style>
border-color css
<style>
span { border-color: #F4D273; }
span { border-color: rgb(244,210,115); }
td.TdClassName
{
border-color: #F4D273;
}
.TagClassName
{
border-color: #F4D273;
}
</style>