Shades of Saffron #F9C02A
Tints of Saffron #F9C02A
RGB
CMYK
RGB Variations
Color information
#F9C02A (or 0xF9C02A) is known color: Saffron. HEX triplet: F9, C0 and 2A. RGB value is (249,192,42). Sum of RGB (Red+Green+Blue) = 249+192+42=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C02A is #063FD5. Grayscale: #C0C0C0. Windows color (decimal): -409558 or 2801913. OLE color: 2801913.
HSL color Cylindrical-coordinate representation of color #F9C02A: hue angle of 43.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9C02A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 42 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.48º | 0.95% | 0.57% | - |
| HSV(B) | 43.48º | 0.83% | 0.98% | - |
| XYZ | 58.33 | 58.01 | 10.31 | - |
| YUV | 191.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 42 | 0 | 0.23 | 0.83 | 0.02 | 43.48 | 0.95 | 0.57 |
| Hex | F9 | C0 | 2A | 0 | 17 | 53 | 2 | 2B | 5F | 39 |
| Octal | 371 | 300 | 52 | 0 | 27 | 123 | 2 | 53 | 137 | 71 |
| Binary | 11111001 | 11000000 | 101010 | 0 | 10111 | 1010011 | 10 | 101011 | 1011111 | 111001 |
Color Harmonies of #F9C02A
Complementary color
Monochromatic Colors of #F9C02A
Black with #F9C02A
Text Example
Text Example
White with #F9C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C02A; }
p { color: rgb(249,192,42); }
H1.HeaderClassName
{
color: #F9C02A;
}
.AnyTagClassName
{
color: #F9C02A;
}
</style>
background-color css
<style>
a { background-color: #F9C02A; }
a { background-color: rgb(249,192,42); }
div.DivClassName
{
background-color: #F9C02A;
}
.BgClassName
{
background-color: #F9C02A;
}
</style>
border-color css
<style>
span { border-color: #F9C02A; }
span { border-color: rgb(249,192,42); }
td.TdClassName
{
border-color: #F9C02A;
}
.TagClassName
{
border-color: #F9C02A;
}
</style>