Shades of Saffron #F4C02A
Tints of Saffron #F4C02A
RGB
CMYK
RGB Variations
Color information
#F4C02A (or 0xF4C02A) is known color: Saffron. HEX triplet: F4, C0 and 2A. RGB value is (244,192,42). Sum of RGB (Red+Green+Blue) = 244+192+42=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C02A is #0B3FD5. Grayscale: #BFBFBF. Windows color (decimal): -737238 or 2801908. OLE color: 2801908.
HSL color Cylindrical-coordinate representation of color #F4C02A: hue angle of 44.55º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4C02A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 42 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.04 |
| HSL | 44.55º | 0.9% | 0.56% | - |
| HSV(B) | 44.55º | 0.83% | 0.96% | - |
| XYZ | 56.58 | 57.1 | 10.23 | - |
| YUV | 190.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 42 | 0 | 0.21 | 0.83 | 0.04 | 44.55 | 0.9 | 0.56 |
| Hex | F4 | C0 | 2A | 0 | 15 | 53 | 4 | 2D | 5A | 38 |
| Octal | 364 | 300 | 52 | 0 | 25 | 123 | 4 | 55 | 132 | 70 |
| Binary | 11110100 | 11000000 | 101010 | 0 | 10101 | 1010011 | 100 | 101101 | 1011010 | 111000 |
Color Harmonies of #F4C02A
Complementary color
Monochromatic Colors of #F4C02A
Black with #F4C02A
Text Example
Text Example
White with #F4C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C02A; }
p { color: rgb(244,192,42); }
H1.HeaderClassName
{
color: #F4C02A;
}
.AnyTagClassName
{
color: #F4C02A;
}
</style>
background-color css
<style>
a { background-color: #F4C02A; }
a { background-color: rgb(244,192,42); }
div.DivClassName
{
background-color: #F4C02A;
}
.BgClassName
{
background-color: #F4C02A;
}
</style>
border-color css
<style>
span { border-color: #F4C02A; }
span { border-color: rgb(244,192,42); }
td.TdClassName
{
border-color: #F4C02A;
}
.TagClassName
{
border-color: #F4C02A;
}
</style>