Shades of Golden Glow #F9DD7F
Tints of Golden Glow #F9DD7F
RGB
CMYK
RGB Variations
Color information
#F9DD7F (or 0xF9DD7F) is known color: Golden Glow. HEX triplet: F9, DD and 7F. RGB value is (249,221,127). Sum of RGB (Red+Green+Blue) = 249+221+127=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD7F is #062280. Grayscale: #DBDBDB. Windows color (decimal): -402049 or 8379897. OLE color: 8379897.
HSL color Cylindrical-coordinate representation of color #F9DD7F: hue angle of 46.23º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9DD7F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 127 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.02 |
| HSL | 46.23º | 0.91% | 0.74% | - |
| HSV(B) | 46.23º | 0.49% | 0.98% | - |
| XYZ | 68.75 | 73.38 | 30.62 | - |
| YUV | 218.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 127 | 0 | 0.11 | 0.49 | 0.02 | 46.23 | 0.91 | 0.74 |
| Hex | F9 | DD | 7F | 0 | B | 31 | 2 | 2E | 5B | 4A |
| Octal | 371 | 335 | 177 | 0 | 13 | 61 | 2 | 56 | 133 | 112 |
| Binary | 11111001 | 11011101 | 1111111 | 0 | 1011 | 110001 | 10 | 101110 | 1011011 | 1001010 |
Color Harmonies of #F9DD7F
Complementary color
Monochromatic Colors of #F9DD7F
Black with #F9DD7F
Text Example
Text Example
White with #F9DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD7F; }
p { color: rgb(249,221,127); }
H1.HeaderClassName
{
color: #F9DD7F;
}
.AnyTagClassName
{
color: #F9DD7F;
}
</style>
background-color css
<style>
a { background-color: #F9DD7F; }
a { background-color: rgb(249,221,127); }
div.DivClassName
{
background-color: #F9DD7F;
}
.BgClassName
{
background-color: #F9DD7F;
}
</style>
border-color css
<style>
span { border-color: #F9DD7F; }
span { border-color: rgb(249,221,127); }
td.TdClassName
{
border-color: #F9DD7F;
}
.TagClassName
{
border-color: #F9DD7F;
}
</style>