Shades of Saffron #F9C030
Tints of Saffron #F9C030
RGB
CMYK
RGB Variations
Color information
#F9C030 (or 0xF9C030) is known color: Saffron. HEX triplet: F9, C0 and 30. RGB value is (249,192,48). Sum of RGB (Red+Green+Blue) = 249+192+48=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C030 is #063FCF. Grayscale: #C1C1C1. Windows color (decimal): -409552 or 3195129. OLE color: 3195129.
HSL color Cylindrical-coordinate representation of color #F9C030: hue angle of 42.99º 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 #F9C030 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 48 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.02 |
| HSL | 42.99º | 0.94% | 0.58% | - |
| HSV(B) | 42.99º | 0.81% | 0.98% | - |
| XYZ | 58.45 | 58.05 | 10.92 | - |
| YUV | 192.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 48 | 0 | 0.23 | 0.81 | 0.02 | 42.99 | 0.94 | 0.58 |
| Hex | F9 | C0 | 30 | 0 | 17 | 51 | 2 | 2B | 5E | 3A |
| Octal | 371 | 300 | 60 | 0 | 27 | 121 | 2 | 53 | 136 | 72 |
| Binary | 11111001 | 11000000 | 110000 | 0 | 10111 | 1010001 | 10 | 101011 | 1011110 | 111010 |
Color Harmonies of #F9C030
Complementary color
Monochromatic Colors of #F9C030
Black with #F9C030
Text Example
Text Example
White with #F9C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C030; }
p { color: rgb(249,192,48); }
H1.HeaderClassName
{
color: #F9C030;
}
.AnyTagClassName
{
color: #F9C030;
}
</style>
background-color css
<style>
a { background-color: #F9C030; }
a { background-color: rgb(249,192,48); }
div.DivClassName
{
background-color: #F9C030;
}
.BgClassName
{
background-color: #F9C030;
}
</style>
border-color css
<style>
span { border-color: #F9C030; }
span { border-color: rgb(249,192,48); }
td.TdClassName
{
border-color: #F9C030;
}
.TagClassName
{
border-color: #F9C030;
}
</style>