Shades of Golden Glow #F2D585
Tints of Golden Glow #F2D585
RGB
CMYK
RGB Variations
Color information
#F2D585 (or 0xF2D585) is known color: Golden Glow. HEX triplet: F2, D5 and 85. RGB value is (242,213,133). Sum of RGB (Red+Green+Blue) = 242+213+133=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D585 is #0D2A7A. Grayscale: #D4D4D4. Windows color (decimal): -862843 or 8771058. OLE color: 8771058.
HSL color Cylindrical-coordinate representation of color #F2D585: hue angle of 44.04º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D585 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 133 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.05 |
| HSL | 44.04º | 0.81% | 0.74% | - |
| HSV(B) | 44.04º | 0.45% | 0.95% | - |
| XYZ | 64.65 | 68.16 | 31.94 | - |
| YUV | 212.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 133 | 0 | 0.12 | 0.45 | 0.05 | 44.04 | 0.81 | 0.74 |
| Hex | F2 | D5 | 85 | 0 | C | 2D | 5 | 2C | 51 | 4A |
| Octal | 362 | 325 | 205 | 0 | 14 | 55 | 5 | 54 | 121 | 112 |
| Binary | 11110010 | 11010101 | 10000101 | 0 | 1100 | 101101 | 101 | 101100 | 1010001 | 1001010 |
Color Harmonies of #F2D585
Complementary color
Monochromatic Colors of #F2D585
Black with #F2D585
Text Example
Text Example
White with #F2D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D585; }
p { color: rgb(242,213,133); }
H1.HeaderClassName
{
color: #F2D585;
}
.AnyTagClassName
{
color: #F2D585;
}
</style>
background-color css
<style>
a { background-color: #F2D585; }
a { background-color: rgb(242,213,133); }
div.DivClassName
{
background-color: #F2D585;
}
.BgClassName
{
background-color: #F2D585;
}
</style>
border-color css
<style>
span { border-color: #F2D585; }
span { border-color: rgb(242,213,133); }
td.TdClassName
{
border-color: #F2D585;
}
.TagClassName
{
border-color: #F2D585;
}
</style>