Shades of Saffron #F9C03A
Tints of Saffron #F9C03A
RGB
CMYK
RGB Variations
Color information
#F9C03A (or 0xF9C03A) is known color: Saffron. HEX triplet: F9, C0 and 3A. RGB value is (249,192,58). Sum of RGB (Red+Green+Blue) = 249+192+58=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C03A is #063FC5. Grayscale: #C2C2C2. Windows color (decimal): -409542 or 3850489. OLE color: 3850489.
HSL color Cylindrical-coordinate representation of color #F9C03A: hue angle of 42.09º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9C03A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 58 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.02 |
| HSL | 42.09º | 0.94% | 0.6% | - |
| HSV(B) | 42.09º | 0.77% | 0.98% | - |
| XYZ | 58.68 | 58.14 | 12.13 | - |
| YUV | 193.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 58 | 0 | 0.23 | 0.77 | 0.02 | 42.09 | 0.94 | 0.6 |
| Hex | F9 | C0 | 3A | 0 | 17 | 4D | 2 | 2A | 5E | 3C |
| Octal | 371 | 300 | 72 | 0 | 27 | 115 | 2 | 52 | 136 | 74 |
| Binary | 11111001 | 11000000 | 111010 | 0 | 10111 | 1001101 | 10 | 101010 | 1011110 | 111100 |
Color Harmonies of #F9C03A
Complementary color
Monochromatic Colors of #F9C03A
Black with #F9C03A
Text Example
Text Example
White with #F9C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C03A; }
p { color: rgb(249,192,58); }
H1.HeaderClassName
{
color: #F9C03A;
}
.AnyTagClassName
{
color: #F9C03A;
}
</style>
background-color css
<style>
a { background-color: #F9C03A; }
a { background-color: rgb(249,192,58); }
div.DivClassName
{
background-color: #F9C03A;
}
.BgClassName
{
background-color: #F9C03A;
}
</style>
border-color css
<style>
span { border-color: #F9C03A; }
span { border-color: rgb(249,192,58); }
td.TdClassName
{
border-color: #F9C03A;
}
.TagClassName
{
border-color: #F9C03A;
}
</style>