Shades of Saffron #F8C02A
Tints of Saffron #F8C02A
RGB
CMYK
RGB Variations
Color information
#F8C02A (or 0xF8C02A) is known color: Saffron. HEX triplet: F8, C0 and 2A. RGB value is (248,192,42). Sum of RGB (Red+Green+Blue) = 248+192+42=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C02A is #073FD5. Grayscale: #C0C0C0. Windows color (decimal): -475094 or 2801912. OLE color: 2801912.
HSL color Cylindrical-coordinate representation of color #F8C02A: hue angle of 43.69º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8C02A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 42 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.03 |
| HSL | 43.69º | 0.94% | 0.57% | - |
| HSV(B) | 43.69º | 0.83% | 0.97% | - |
| XYZ | 57.98 | 57.82 | 10.3 | - |
| YUV | 191.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 42 | 0 | 0.23 | 0.83 | 0.03 | 43.69 | 0.94 | 0.57 |
| Hex | F8 | C0 | 2A | 0 | 17 | 53 | 3 | 2C | 5E | 39 |
| Octal | 370 | 300 | 52 | 0 | 27 | 123 | 3 | 54 | 136 | 71 |
| Binary | 11111000 | 11000000 | 101010 | 0 | 10111 | 1010011 | 11 | 101100 | 1011110 | 111001 |
Color Harmonies of #F8C02A
Complementary color
Monochromatic Colors of #F8C02A
Black with #F8C02A
Text Example
Text Example
White with #F8C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C02A; }
p { color: rgb(248,192,42); }
H1.HeaderClassName
{
color: #F8C02A;
}
.AnyTagClassName
{
color: #F8C02A;
}
</style>
background-color css
<style>
a { background-color: #F8C02A; }
a { background-color: rgb(248,192,42); }
div.DivClassName
{
background-color: #F8C02A;
}
.BgClassName
{
background-color: #F8C02A;
}
</style>
border-color css
<style>
span { border-color: #F8C02A; }
span { border-color: rgb(248,192,42); }
td.TdClassName
{
border-color: #F8C02A;
}
.TagClassName
{
border-color: #F8C02A;
}
</style>