Shades of Sunglow #F9C940
Tints of Sunglow #F9C940
RGB
CMYK
RGB Variations
Color information
#F9C940 (or 0xF9C940) is known color: Sunglow. HEX triplet: F9, C9 and 40. RGB value is (249,201,64). Sum of RGB (Red+Green+Blue) = 249+201+64=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C940 is #0636BF. Grayscale: #C8C8C8. Windows color (decimal): -407232 or 4246009. OLE color: 4246009.
HSL color Cylindrical-coordinate representation of color #F9C940: hue angle of 44.43º 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 #F9C940 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 64 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.43º | 0.94% | 0.61% | - |
| HSV(B) | 44.43º | 0.74% | 0.98% | - |
| XYZ | 60.88 | 62.28 | 13.66 | - |
| YUV | 199.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 64 | 0 | 0.19 | 0.74 | 0.02 | 44.43 | 0.94 | 0.61 |
| Hex | F9 | C9 | 40 | 0 | 13 | 4A | 2 | 2C | 5E | 3D |
| Octal | 371 | 311 | 100 | 0 | 23 | 112 | 2 | 54 | 136 | 75 |
| Binary | 11111001 | 11001001 | 1000000 | 0 | 10011 | 1001010 | 10 | 101100 | 1011110 | 111101 |
Color Harmonies of #F9C940
Complementary color
Monochromatic Colors of #F9C940
Black with #F9C940
Text Example
Text Example
White with #F9C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C940; }
p { color: rgb(249,201,64); }
H1.HeaderClassName
{
color: #F9C940;
}
.AnyTagClassName
{
color: #F9C940;
}
</style>
background-color css
<style>
a { background-color: #F9C940; }
a { background-color: rgb(249,201,64); }
div.DivClassName
{
background-color: #F9C940;
}
.BgClassName
{
background-color: #F9C940;
}
</style>
border-color css
<style>
span { border-color: #F9C940; }
span { border-color: rgb(249,201,64); }
td.TdClassName
{
border-color: #F9C940;
}
.TagClassName
{
border-color: #F9C940;
}
</style>