Shades of Golden Glow #F5D67B
Tints of Golden Glow #F5D67B
RGB
CMYK
RGB Variations
Color information
#F5D67B (or 0xF5D67B) is known color: Golden Glow. HEX triplet: F5, D6 and 7B. RGB value is (245,214,123). Sum of RGB (Red+Green+Blue) = 245+214+123=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D67B is #0A2984. Grayscale: #D5D5D5. Windows color (decimal): -665989 or 8115957. OLE color: 8115957.
HSL color Cylindrical-coordinate representation of color #F5D67B: hue angle of 44.75º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5D67B is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 123 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.04 |
| HSL | 44.75º | 0.86% | 0.72% | - |
| HSV(B) | 44.75º | 0.5% | 0.96% | - |
| XYZ | 65.28 | 68.94 | 28.6 | - |
| YUV | 212.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 123 | 0 | 0.13 | 0.50 | 0.04 | 44.75 | 0.86 | 0.72 |
| Hex | F5 | D6 | 7B | 0 | D | 32 | 4 | 2D | 56 | 48 |
| Octal | 365 | 326 | 173 | 0 | 15 | 62 | 4 | 55 | 126 | 110 |
| Binary | 11110101 | 11010110 | 1111011 | 0 | 1101 | 110010 | 100 | 101101 | 1010110 | 1001000 |
Color Harmonies of #F5D67B
Complementary color
Monochromatic Colors of #F5D67B
Black with #F5D67B
Text Example
Text Example
White with #F5D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D67B; }
p { color: rgb(245,214,123); }
H1.HeaderClassName
{
color: #F5D67B;
}
.AnyTagClassName
{
color: #F5D67B;
}
</style>
background-color css
<style>
a { background-color: #F5D67B; }
a { background-color: rgb(245,214,123); }
div.DivClassName
{
background-color: #F5D67B;
}
.BgClassName
{
background-color: #F5D67B;
}
</style>
border-color css
<style>
span { border-color: #F5D67B; }
span { border-color: rgb(245,214,123); }
td.TdClassName
{
border-color: #F5D67B;
}
.TagClassName
{
border-color: #F5D67B;
}
</style>