Shades of Saffron #F9C237
Tints of Saffron #F9C237
RGB
CMYK
RGB Variations
Color information
#F9C237 (or 0xF9C237) is known color: Saffron. HEX triplet: F9, C2 and 37. RGB value is (249,194,55). Sum of RGB (Red+Green+Blue) = 249+194+55=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C237 is #063DC8. Grayscale: #C3C3C3. Windows color (decimal): -409033 or 3654393. OLE color: 3654393.
HSL color Cylindrical-coordinate representation of color #F9C237: hue angle of 42.99º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9C237 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 55 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.02 |
| HSL | 42.99º | 0.94% | 0.6% | - |
| HSV(B) | 42.99º | 0.78% | 0.98% | - |
| XYZ | 59.05 | 59 | 11.89 | - |
| YUV | 194.6 | 49.22 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 55 | 0 | 0.22 | 0.78 | 0.02 | 42.99 | 0.94 | 0.6 |
| Hex | F9 | C2 | 37 | 0 | 16 | 4E | 2 | 2B | 5E | 3C |
| Octal | 371 | 302 | 67 | 0 | 26 | 116 | 2 | 53 | 136 | 74 |
| Binary | 11111001 | 11000010 | 110111 | 0 | 10110 | 1001110 | 10 | 101011 | 1011110 | 111100 |
Color Harmonies of #F9C237
Complementary color
Monochromatic Colors of #F9C237
Black with #F9C237
Text Example
Text Example
White with #F9C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C237; }
p { color: rgb(249,194,55); }
H1.HeaderClassName
{
color: #F9C237;
}
.AnyTagClassName
{
color: #F9C237;
}
</style>
background-color css
<style>
a { background-color: #F9C237; }
a { background-color: rgb(249,194,55); }
div.DivClassName
{
background-color: #F9C237;
}
.BgClassName
{
background-color: #F9C237;
}
</style>
border-color css
<style>
span { border-color: #F9C237; }
span { border-color: rgb(249,194,55); }
td.TdClassName
{
border-color: #F9C237;
}
.TagClassName
{
border-color: #F9C237;
}
</style>