Shades of Saffron #F4C240
Tints of Saffron #F4C240
RGB
CMYK
RGB Variations
Color information
#F4C240 (or 0xF4C240) is known color: Saffron. HEX triplet: F4, C2 and 40. RGB value is (244,194,64). Sum of RGB (Red+Green+Blue) = 244+194+64=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C240 is #0B3DBF. Grayscale: #C2C2C2. Windows color (decimal): -736704 or 4244212. OLE color: 4244212.
HSL color Cylindrical-coordinate representation of color #F4C240: hue angle of 43.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4C240 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 64 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.04 |
| HSL | 43.33º | 0.89% | 0.6% | - |
| HSV(B) | 43.33º | 0.74% | 0.96% | - |
| XYZ | 57.53 | 58.19 | 13.05 | - |
| YUV | 194.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 64 | 0 | 0.20 | 0.74 | 0.04 | 43.33 | 0.89 | 0.6 |
| Hex | F4 | C2 | 40 | 0 | 14 | 4A | 4 | 2B | 59 | 3C |
| Octal | 364 | 302 | 100 | 0 | 24 | 112 | 4 | 53 | 131 | 74 |
| Binary | 11110100 | 11000010 | 1000000 | 0 | 10100 | 1001010 | 100 | 101011 | 1011001 | 111100 |
Color Harmonies of #F4C240
Complementary color
Monochromatic Colors of #F4C240
Black with #F4C240
Text Example
Text Example
White with #F4C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C240; }
p { color: rgb(244,194,64); }
H1.HeaderClassName
{
color: #F4C240;
}
.AnyTagClassName
{
color: #F4C240;
}
</style>
background-color css
<style>
a { background-color: #F4C240; }
a { background-color: rgb(244,194,64); }
div.DivClassName
{
background-color: #F4C240;
}
.BgClassName
{
background-color: #F4C240;
}
</style>
border-color css
<style>
span { border-color: #F4C240; }
span { border-color: rgb(244,194,64); }
td.TdClassName
{
border-color: #F4C240;
}
.TagClassName
{
border-color: #F4C240;
}
</style>