Shades of Saffron #F9C731
Tints of Saffron #F9C731
RGB
CMYK
RGB Variations
Color information
#F9C731 (or 0xF9C731) is known color: Saffron. HEX triplet: F9, C7 and 31. RGB value is (249,199,49). Sum of RGB (Red+Green+Blue) = 249+199+49=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C731 is #0638CE. Grayscale: #C5C5C5. Windows color (decimal): -407759 or 3262457. OLE color: 3262457.
HSL color Cylindrical-coordinate representation of color #F9C731: hue angle of 45º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9C731 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 49 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.02 |
| HSL | 45º | 0.94% | 0.58% | - |
| HSV(B) | 45º | 0.8% | 0.98% | - |
| XYZ | 60.04 | 61.21 | 11.56 | - |
| YUV | 196.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 49 | 0 | 0.20 | 0.80 | 0.02 | 45 | 0.94 | 0.58 |
| Hex | F9 | C7 | 31 | 0 | 14 | 50 | 2 | 2D | 5E | 3A |
| Octal | 371 | 307 | 61 | 0 | 24 | 120 | 2 | 55 | 136 | 72 |
| Binary | 11111001 | 11000111 | 110001 | 0 | 10100 | 1010000 | 10 | 101101 | 1011110 | 111010 |
Color Harmonies of #F9C731
Complementary color
Monochromatic Colors of #F9C731
Black with #F9C731
Text Example
Text Example
White with #F9C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C731; }
p { color: rgb(249,199,49); }
H1.HeaderClassName
{
color: #F9C731;
}
.AnyTagClassName
{
color: #F9C731;
}
</style>
background-color css
<style>
a { background-color: #F9C731; }
a { background-color: rgb(249,199,49); }
div.DivClassName
{
background-color: #F9C731;
}
.BgClassName
{
background-color: #F9C731;
}
</style>
border-color css
<style>
span { border-color: #F9C731; }
span { border-color: rgb(249,199,49); }
td.TdClassName
{
border-color: #F9C731;
}
.TagClassName
{
border-color: #F9C731;
}
</style>