Shades of Saffron #F4C03E
Tints of Saffron #F4C03E
RGB
CMYK
RGB Variations
Color information
#F4C03E (or 0xF4C03E) is known color: Saffron. HEX triplet: F4, C0 and 3E. RGB value is (244,192,62). Sum of RGB (Red+Green+Blue) = 244+192+62=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C03E is #0B3FC1. Grayscale: #C1C1C1. Windows color (decimal): -737218 or 4112628. OLE color: 4112628.
HSL color Cylindrical-coordinate representation of color #F4C03E: hue angle of 42.86º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4C03E is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 62 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.04 |
| HSL | 42.86º | 0.89% | 0.6% | - |
| HSV(B) | 42.86º | 0.75% | 0.96% | - |
| XYZ | 57.03 | 57.28 | 12.61 | - |
| YUV | 192.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 62 | 0 | 0.21 | 0.75 | 0.04 | 42.86 | 0.89 | 0.6 |
| Hex | F4 | C0 | 3E | 0 | 15 | 4B | 4 | 2B | 59 | 3C |
| Octal | 364 | 300 | 76 | 0 | 25 | 113 | 4 | 53 | 131 | 74 |
| Binary | 11110100 | 11000000 | 111110 | 0 | 10101 | 1001011 | 100 | 101011 | 1011001 | 111100 |
Color Harmonies of #F4C03E
Complementary color
Monochromatic Colors of #F4C03E
Black with #F4C03E
Text Example
Text Example
White with #F4C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C03E; }
p { color: rgb(244,192,62); }
H1.HeaderClassName
{
color: #F4C03E;
}
.AnyTagClassName
{
color: #F4C03E;
}
</style>
background-color css
<style>
a { background-color: #F4C03E; }
a { background-color: rgb(244,192,62); }
div.DivClassName
{
background-color: #F4C03E;
}
.BgClassName
{
background-color: #F4C03E;
}
</style>
border-color css
<style>
span { border-color: #F4C03E; }
span { border-color: rgb(244,192,62); }
td.TdClassName
{
border-color: #F4C03E;
}
.TagClassName
{
border-color: #F4C03E;
}
</style>