Shades of Golden Glow #F5D887
Tints of Golden Glow #F5D887
RGB
CMYK
RGB Variations
Color information
#F5D887 (or 0xF5D887) is known color: Golden Glow. HEX triplet: F5, D8 and 87. RGB value is (245,216,135). Sum of RGB (Red+Green+Blue) = 245+216+135=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D887 is #0A2778. Grayscale: #D7D7D7. Windows color (decimal): -665465 or 8902901. OLE color: 8902901.
HSL color Cylindrical-coordinate representation of color #F5D887: hue angle of 44.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5D887 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 135 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.04 |
| HSL | 44.18º | 0.85% | 0.75% | - |
| HSV(B) | 44.18º | 0.45% | 0.96% | - |
| XYZ | 66.59 | 70.27 | 32.98 | - |
| YUV | 215.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 135 | 0 | 0.12 | 0.45 | 0.04 | 44.18 | 0.85 | 0.75 |
| Hex | F5 | D8 | 87 | 0 | C | 2D | 4 | 2C | 55 | 4B |
| Octal | 365 | 330 | 207 | 0 | 14 | 55 | 4 | 54 | 125 | 113 |
| Binary | 11110101 | 11011000 | 10000111 | 0 | 1100 | 101101 | 100 | 101100 | 1010101 | 1001011 |
Color Harmonies of #F5D887
Complementary color
Monochromatic Colors of #F5D887
Black with #F5D887
Text Example
Text Example
White with #F5D887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D887; }
p { color: rgb(245,216,135); }
H1.HeaderClassName
{
color: #F5D887;
}
.AnyTagClassName
{
color: #F5D887;
}
</style>
background-color css
<style>
a { background-color: #F5D887; }
a { background-color: rgb(245,216,135); }
div.DivClassName
{
background-color: #F5D887;
}
.BgClassName
{
background-color: #F5D887;
}
</style>
border-color css
<style>
span { border-color: #F5D887; }
span { border-color: rgb(245,216,135); }
td.TdClassName
{
border-color: #F5D887;
}
.TagClassName
{
border-color: #F5D887;
}
</style>