Shades of Saffron #F9C033
Tints of Saffron #F9C033
RGB
CMYK
RGB Variations
Color information
#F9C033 (or 0xF9C033) is known color: Saffron. HEX triplet: F9, C0 and 33. RGB value is (249,192,51). Sum of RGB (Red+Green+Blue) = 249+192+51=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C033 is #063FCC. Grayscale: #C1C1C1. Windows color (decimal): -409549 or 3391737. OLE color: 3391737.
HSL color Cylindrical-coordinate representation of color #F9C033: hue angle of 42.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9C033 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 51 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.02 |
| HSL | 42.73º | 0.94% | 0.59% | - |
| HSV(B) | 42.73º | 0.8% | 0.98% | - |
| XYZ | 58.51 | 58.08 | 11.26 | - |
| YUV | 192.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 51 | 0 | 0.23 | 0.80 | 0.02 | 42.73 | 0.94 | 0.59 |
| Hex | F9 | C0 | 33 | 0 | 17 | 50 | 2 | 2B | 5E | 3B |
| Octal | 371 | 300 | 63 | 0 | 27 | 120 | 2 | 53 | 136 | 73 |
| Binary | 11111001 | 11000000 | 110011 | 0 | 10111 | 1010000 | 10 | 101011 | 1011110 | 111011 |
Color Harmonies of #F9C033
Complementary color
Monochromatic Colors of #F9C033
Black with #F9C033
Text Example
Text Example
White with #F9C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C033; }
p { color: rgb(249,192,51); }
H1.HeaderClassName
{
color: #F9C033;
}
.AnyTagClassName
{
color: #F9C033;
}
</style>
background-color css
<style>
a { background-color: #F9C033; }
a { background-color: rgb(249,192,51); }
div.DivClassName
{
background-color: #F9C033;
}
.BgClassName
{
background-color: #F9C033;
}
</style>
border-color css
<style>
span { border-color: #F9C033; }
span { border-color: rgb(249,192,51); }
td.TdClassName
{
border-color: #F9C033;
}
.TagClassName
{
border-color: #F9C033;
}
</style>