Shades of Saffron #F9C032
Tints of Saffron #F9C032
RGB
CMYK
RGB Variations
Color information
#F9C032 (or 0xF9C032) is known color: Saffron. HEX triplet: F9, C0 and 32. RGB value is (249,192,50). Sum of RGB (Red+Green+Blue) = 249+192+50=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C032 is #063FCD. Grayscale: #C1C1C1. Windows color (decimal): -409550 or 3326201. OLE color: 3326201.
HSL color Cylindrical-coordinate representation of color #F9C032: hue angle of 42.81º 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 #F9C032 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.02 |
| HSL | 42.81º | 0.94% | 0.59% | - |
| HSV(B) | 42.81º | 0.8% | 0.98% | - |
| XYZ | 58.49 | 58.07 | 11.14 | - |
| YUV | 192.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 50 | 0 | 0.23 | 0.80 | 0.02 | 42.81 | 0.94 | 0.59 |
| Hex | F9 | C0 | 32 | 0 | 17 | 50 | 2 | 2B | 5E | 3B |
| Octal | 371 | 300 | 62 | 0 | 27 | 120 | 2 | 53 | 136 | 73 |
| Binary | 11111001 | 11000000 | 110010 | 0 | 10111 | 1010000 | 10 | 101011 | 1011110 | 111011 |
Color Harmonies of #F9C032
Complementary color
Monochromatic Colors of #F9C032
Black with #F9C032
Text Example
Text Example
White with #F9C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C032; }
p { color: rgb(249,192,50); }
H1.HeaderClassName
{
color: #F9C032;
}
.AnyTagClassName
{
color: #F9C032;
}
</style>
background-color css
<style>
a { background-color: #F9C032; }
a { background-color: rgb(249,192,50); }
div.DivClassName
{
background-color: #F9C032;
}
.BgClassName
{
background-color: #F9C032;
}
</style>
border-color css
<style>
span { border-color: #F9C032; }
span { border-color: rgb(249,192,50); }
td.TdClassName
{
border-color: #F9C032;
}
.TagClassName
{
border-color: #F9C032;
}
</style>