Shades of Golden Glow #F2D587
Tints of Golden Glow #F2D587
RGB
CMYK
RGB Variations
Color information
#F2D587 (or 0xF2D587) is known color: Golden Glow. HEX triplet: F2, D5 and 87. RGB value is (242,213,135). Sum of RGB (Red+Green+Blue) = 242+213+135=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D587 is #0D2A78. Grayscale: #D5D5D5. Windows color (decimal): -862841 or 8902130. OLE color: 8902130.
HSL color Cylindrical-coordinate representation of color #F2D587: hue angle of 43.74º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2D587 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 135 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.05 |
| HSL | 43.74º | 0.8% | 0.74% | - |
| HSV(B) | 43.74º | 0.44% | 0.95% | - |
| XYZ | 64.79 | 68.22 | 32.67 | - |
| YUV | 212.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 135 | 0 | 0.12 | 0.44 | 0.05 | 43.74 | 0.8 | 0.74 |
| Hex | F2 | D5 | 87 | 0 | C | 2C | 5 | 2C | 50 | 4A |
| Octal | 362 | 325 | 207 | 0 | 14 | 54 | 5 | 54 | 120 | 112 |
| Binary | 11110010 | 11010101 | 10000111 | 0 | 1100 | 101100 | 101 | 101100 | 1010000 | 1001010 |
Color Harmonies of #F2D587
Complementary color
Monochromatic Colors of #F2D587
Black with #F2D587
Text Example
Text Example
White with #F2D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D587; }
p { color: rgb(242,213,135); }
H1.HeaderClassName
{
color: #F2D587;
}
.AnyTagClassName
{
color: #F2D587;
}
</style>
background-color css
<style>
a { background-color: #F2D587; }
a { background-color: rgb(242,213,135); }
div.DivClassName
{
background-color: #F2D587;
}
.BgClassName
{
background-color: #F2D587;
}
</style>
border-color css
<style>
span { border-color: #F2D587; }
span { border-color: rgb(242,213,135); }
td.TdClassName
{
border-color: #F2D587;
}
.TagClassName
{
border-color: #F2D587;
}
</style>