Shades of Saffron #F9C130
Tints of Saffron #F9C130
RGB
CMYK
RGB Variations
Color information
#F9C130 (or 0xF9C130) is known color: Saffron. HEX triplet: F9, C1 and 30. RGB value is (249,193,48). Sum of RGB (Red+Green+Blue) = 249+193+48=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C130 is #063ECF. Grayscale: #C1C1C1. Windows color (decimal): -409296 or 3195385. OLE color: 3195385.
HSL color Cylindrical-coordinate representation of color #F9C130: hue angle of 43.28º 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 #F9C130 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 48 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.02 |
| HSL | 43.28º | 0.94% | 0.58% | - |
| HSV(B) | 43.28º | 0.81% | 0.98% | - |
| XYZ | 58.67 | 58.49 | 10.99 | - |
| YUV | 193.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 48 | 0 | 0.22 | 0.81 | 0.02 | 43.28 | 0.94 | 0.58 |
| Hex | F9 | C1 | 30 | 0 | 16 | 51 | 2 | 2B | 5E | 3A |
| Octal | 371 | 301 | 60 | 0 | 26 | 121 | 2 | 53 | 136 | 72 |
| Binary | 11111001 | 11000001 | 110000 | 0 | 10110 | 1010001 | 10 | 101011 | 1011110 | 111010 |
Color Harmonies of #F9C130
Complementary color
Monochromatic Colors of #F9C130
Black with #F9C130
Text Example
Text Example
White with #F9C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C130; }
p { color: rgb(249,193,48); }
H1.HeaderClassName
{
color: #F9C130;
}
.AnyTagClassName
{
color: #F9C130;
}
</style>
background-color css
<style>
a { background-color: #F9C130; }
a { background-color: rgb(249,193,48); }
div.DivClassName
{
background-color: #F9C130;
}
.BgClassName
{
background-color: #F9C130;
}
</style>
border-color css
<style>
span { border-color: #F9C130; }
span { border-color: rgb(249,193,48); }
td.TdClassName
{
border-color: #F9C130;
}
.TagClassName
{
border-color: #F9C130;
}
</style>