Shades of Saffron #F9C533
Tints of Saffron #F9C533
RGB
CMYK
RGB Variations
Color information
#F9C533 (or 0xF9C533) is known color: Saffron. HEX triplet: F9, C5 and 33. RGB value is (249,197,51). Sum of RGB (Red+Green+Blue) = 249+197+51=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C533 is #063ACC. Grayscale: #C4C4C4. Windows color (decimal): -408269 or 3393017. OLE color: 3393017.
HSL color Cylindrical-coordinate representation of color #F9C533: hue angle of 44.24º 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 #F9C533 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 51 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.24º | 0.94% | 0.59% | - |
| HSV(B) | 44.24º | 0.8% | 0.98% | - |
| XYZ | 59.63 | 60.31 | 11.63 | - |
| YUV | 195.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 51 | 0 | 0.21 | 0.80 | 0.02 | 44.24 | 0.94 | 0.59 |
| Hex | F9 | C5 | 33 | 0 | 15 | 50 | 2 | 2C | 5E | 3B |
| Octal | 371 | 305 | 63 | 0 | 25 | 120 | 2 | 54 | 136 | 73 |
| Binary | 11111001 | 11000101 | 110011 | 0 | 10101 | 1010000 | 10 | 101100 | 1011110 | 111011 |
Color Harmonies of #F9C533
Complementary color
Monochromatic Colors of #F9C533
Black with #F9C533
Text Example
Text Example
White with #F9C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C533; }
p { color: rgb(249,197,51); }
H1.HeaderClassName
{
color: #F9C533;
}
.AnyTagClassName
{
color: #F9C533;
}
</style>
background-color css
<style>
a { background-color: #F9C533; }
a { background-color: rgb(249,197,51); }
div.DivClassName
{
background-color: #F9C533;
}
.BgClassName
{
background-color: #F9C533;
}
</style>
border-color css
<style>
span { border-color: #F9C533; }
span { border-color: rgb(249,197,51); }
td.TdClassName
{
border-color: #F9C533;
}
.TagClassName
{
border-color: #F9C533;
}
</style>