Shades of Golden Glow #F9DA7B
Tints of Golden Glow #F9DA7B
RGB
CMYK
RGB Variations
Color information
#F9DA7B (or 0xF9DA7B) is known color: Golden Glow. HEX triplet: F9, DA and 7B. RGB value is (249,218,123). Sum of RGB (Red+Green+Blue) = 249+218+123=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DA7B is #062584. Grayscale: #D8D8D8. Windows color (decimal): -402821 or 8116985. OLE color: 8116985.
HSL color Cylindrical-coordinate representation of color #F9DA7B: hue angle of 45.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9DA7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 123 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.24º | 0.91% | 0.73% | - |
| HSV(B) | 45.24º | 0.51% | 0.98% | - |
| XYZ | 67.71 | 71.71 | 29.01 | - |
| YUV | 216.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 123 | 0 | 0.12 | 0.51 | 0.02 | 45.24 | 0.91 | 0.73 |
| Hex | F9 | DA | 7B | 0 | C | 33 | 2 | 2D | 5B | 49 |
| Octal | 371 | 332 | 173 | 0 | 14 | 63 | 2 | 55 | 133 | 111 |
| Binary | 11111001 | 11011010 | 1111011 | 0 | 1100 | 110011 | 10 | 101101 | 1011011 | 1001001 |
Color Harmonies of #F9DA7B
Complementary color
Monochromatic Colors of #F9DA7B
Black with #F9DA7B
Text Example
Text Example
White with #F9DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA7B; }
p { color: rgb(249,218,123); }
H1.HeaderClassName
{
color: #F9DA7B;
}
.AnyTagClassName
{
color: #F9DA7B;
}
</style>
background-color css
<style>
a { background-color: #F9DA7B; }
a { background-color: rgb(249,218,123); }
div.DivClassName
{
background-color: #F9DA7B;
}
.BgClassName
{
background-color: #F9DA7B;
}
</style>
border-color css
<style>
span { border-color: #F9DA7B; }
span { border-color: rgb(249,218,123); }
td.TdClassName
{
border-color: #F9DA7B;
}
.TagClassName
{
border-color: #F9DA7B;
}
</style>