Shades of Golden Glow #F5D277
Tints of Golden Glow #F5D277
RGB
CMYK
RGB Variations
Color information
#F5D277 (or 0xF5D277) is known color: Golden Glow. HEX triplet: F5, D2 and 77. RGB value is (245,210,119). Sum of RGB (Red+Green+Blue) = 245+210+119=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D277 is #0A2D88. Grayscale: #D2D2D2. Windows color (decimal): -667017 or 7852789. OLE color: 7852789.
HSL color Cylindrical-coordinate representation of color #F5D277: hue angle of 43.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5D277 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 119 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.04 |
| HSL | 43.33º | 0.86% | 0.71% | - |
| HSV(B) | 43.33º | 0.51% | 0.96% | - |
| XYZ | 64.03 | 66.84 | 26.98 | - |
| YUV | 210.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 119 | 0 | 0.14 | 0.51 | 0.04 | 43.33 | 0.86 | 0.71 |
| Hex | F5 | D2 | 77 | 0 | E | 33 | 4 | 2B | 56 | 47 |
| Octal | 365 | 322 | 167 | 0 | 16 | 63 | 4 | 53 | 126 | 107 |
| Binary | 11110101 | 11010010 | 1110111 | 0 | 1110 | 110011 | 100 | 101011 | 1010110 | 1000111 |
Color Harmonies of #F5D277
Complementary color
Monochromatic Colors of #F5D277
Black with #F5D277
Text Example
Text Example
White with #F5D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D277; }
p { color: rgb(245,210,119); }
H1.HeaderClassName
{
color: #F5D277;
}
.AnyTagClassName
{
color: #F5D277;
}
</style>
background-color css
<style>
a { background-color: #F5D277; }
a { background-color: rgb(245,210,119); }
div.DivClassName
{
background-color: #F5D277;
}
.BgClassName
{
background-color: #F5D277;
}
</style>
border-color css
<style>
span { border-color: #F5D277; }
span { border-color: rgb(245,210,119); }
td.TdClassName
{
border-color: #F5D277;
}
.TagClassName
{
border-color: #F5D277;
}
</style>