Shades of Golden Glow #F5D685
Tints of Golden Glow #F5D685
RGB
CMYK
RGB Variations
Color information
#F5D685 (or 0xF5D685) is known color: Golden Glow. HEX triplet: F5, D6 and 85. RGB value is (245,214,133). Sum of RGB (Red+Green+Blue) = 245+214+133=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D685 is #0A297A. Grayscale: #D6D6D6. Windows color (decimal): -665979 or 8771317. OLE color: 8771317.
HSL color Cylindrical-coordinate representation of color #F5D685: hue angle of 43.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5D685 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 133 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.04 |
| HSL | 43.39º | 0.85% | 0.74% | - |
| HSV(B) | 43.39º | 0.46% | 0.96% | - |
| XYZ | 65.94 | 69.2 | 32.07 | - |
| YUV | 214.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 133 | 0 | 0.13 | 0.46 | 0.04 | 43.39 | 0.85 | 0.74 |
| Hex | F5 | D6 | 85 | 0 | D | 2E | 4 | 2B | 55 | 4A |
| Octal | 365 | 326 | 205 | 0 | 15 | 56 | 4 | 53 | 125 | 112 |
| Binary | 11110101 | 11010110 | 10000101 | 0 | 1101 | 101110 | 100 | 101011 | 1010101 | 1001010 |
Color Harmonies of #F5D685
Complementary color
Monochromatic Colors of #F5D685
Black with #F5D685
Text Example
Text Example
White with #F5D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D685; }
p { color: rgb(245,214,133); }
H1.HeaderClassName
{
color: #F5D685;
}
.AnyTagClassName
{
color: #F5D685;
}
</style>
background-color css
<style>
a { background-color: #F5D685; }
a { background-color: rgb(245,214,133); }
div.DivClassName
{
background-color: #F5D685;
}
.BgClassName
{
background-color: #F5D685;
}
</style>
border-color css
<style>
span { border-color: #F5D685; }
span { border-color: rgb(245,214,133); }
td.TdClassName
{
border-color: #F5D685;
}
.TagClassName
{
border-color: #F5D685;
}
</style>