Shades of Sunglow #F9D040
Tints of Sunglow #F9D040
RGB
CMYK
RGB Variations
Color information
#F9D040 (or 0xF9D040) is known color: Sunglow. HEX triplet: F9, D0 and 40. RGB value is (249,208,64). Sum of RGB (Red+Green+Blue) = 249+208+64=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D040 is #062FBF. Grayscale: #CCCCCC. Windows color (decimal): -405440 or 4247801. OLE color: 4247801.
HSL color Cylindrical-coordinate representation of color #F9D040: hue angle of 46.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9D040 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 64 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.02 |
| HSL | 46.7º | 0.94% | 0.61% | - |
| HSV(B) | 46.7º | 0.74% | 0.98% | - |
| XYZ | 62.55 | 65.62 | 14.22 | - |
| YUV | 203.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 64 | 0 | 0.16 | 0.74 | 0.02 | 46.7 | 0.94 | 0.61 |
| Hex | F9 | D0 | 40 | 0 | 10 | 4A | 2 | 2F | 5E | 3D |
| Octal | 371 | 320 | 100 | 0 | 20 | 112 | 2 | 57 | 136 | 75 |
| Binary | 11111001 | 11010000 | 1000000 | 0 | 10000 | 1001010 | 10 | 101111 | 1011110 | 111101 |
Color Harmonies of #F9D040
Complementary color
Monochromatic Colors of #F9D040
Black with #F9D040
Text Example
Text Example
White with #F9D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D040; }
p { color: rgb(249,208,64); }
H1.HeaderClassName
{
color: #F9D040;
}
.AnyTagClassName
{
color: #F9D040;
}
</style>
background-color css
<style>
a { background-color: #F9D040; }
a { background-color: rgb(249,208,64); }
div.DivClassName
{
background-color: #F9D040;
}
.BgClassName
{
background-color: #F9D040;
}
</style>
border-color css
<style>
span { border-color: #F9D040; }
span { border-color: rgb(249,208,64); }
td.TdClassName
{
border-color: #F9D040;
}
.TagClassName
{
border-color: #F9D040;
}
</style>