Shades of Saffron #F9C730
Tints of Saffron #F9C730
RGB
CMYK
RGB Variations
Color information
#F9C730 (or 0xF9C730) is known color: Saffron. HEX triplet: F9, C7 and 30. RGB value is (249,199,48). Sum of RGB (Red+Green+Blue) = 249+199+48=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C730 is #0638CF. Grayscale: #C5C5C5. Windows color (decimal): -407760 or 3196921. OLE color: 3196921.
HSL color Cylindrical-coordinate representation of color #F9C730: hue angle of 45.07º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9C730 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.02 |
| HSL | 45.07º | 0.94% | 0.58% | - |
| HSV(B) | 45.07º | 0.81% | 0.98% | - |
| XYZ | 60.02 | 61.2 | 11.45 | - |
| YUV | 196.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 48 | 0 | 0.20 | 0.81 | 0.02 | 45.07 | 0.94 | 0.58 |
| Hex | F9 | C7 | 30 | 0 | 14 | 51 | 2 | 2D | 5E | 3A |
| Octal | 371 | 307 | 60 | 0 | 24 | 121 | 2 | 55 | 136 | 72 |
| Binary | 11111001 | 11000111 | 110000 | 0 | 10100 | 1010001 | 10 | 101101 | 1011110 | 111010 |
Color Harmonies of #F9C730
Complementary color
Monochromatic Colors of #F9C730
Black with #F9C730
Text Example
Text Example
White with #F9C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C730; }
p { color: rgb(249,199,48); }
H1.HeaderClassName
{
color: #F9C730;
}
.AnyTagClassName
{
color: #F9C730;
}
</style>
background-color css
<style>
a { background-color: #F9C730; }
a { background-color: rgb(249,199,48); }
div.DivClassName
{
background-color: #F9C730;
}
.BgClassName
{
background-color: #F9C730;
}
</style>
border-color css
<style>
span { border-color: #F9C730; }
span { border-color: rgb(249,199,48); }
td.TdClassName
{
border-color: #F9C730;
}
.TagClassName
{
border-color: #F9C730;
}
</style>