Shades of Jaffa #F17140
Tints of Jaffa #F17140
RGB
CMYK
RGB Variations
Color information
#F17140 (or 0xF17140) is known color: Jaffa. HEX triplet: F1, 71 and 40. RGB value is (241,113,64). Sum of RGB (Red+Green+Blue) = 241+113+64=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F17140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17140 is #0E8EBF. Grayscale: #929292. Windows color (decimal): -954048 or 4223473. OLE color: 4223473.
HSL color Cylindrical-coordinate representation of color #F17140: hue angle of 16.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F17140 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 64 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.05 |
| HSL | 16.61º | 0.86% | 0.6% | - |
| HSV(B) | 16.61º | 0.73% | 0.95% | - |
| XYZ | 43.11 | 30.88 | 8.54 | - |
| YUV | 145.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 64 | 0 | 0.53 | 0.73 | 0.05 | 16.61 | 0.86 | 0.6 |
| Hex | F1 | 71 | 40 | 0 | 35 | 49 | 5 | 11 | 56 | 3C |
| Octal | 361 | 161 | 100 | 0 | 65 | 111 | 5 | 21 | 126 | 74 |
| Binary | 11110001 | 1110001 | 1000000 | 0 | 110101 | 1001001 | 101 | 10001 | 1010110 | 111100 |
Color Harmonies of #F17140
Complementary color
Monochromatic Colors of #F17140
Black with #F17140
Text Example
Text Example
White with #F17140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17140; }
p { color: rgb(241,113,64); }
H1.HeaderClassName
{
color: #F17140;
}
.AnyTagClassName
{
color: #F17140;
}
</style>
background-color css
<style>
a { background-color: #F17140; }
a { background-color: rgb(241,113,64); }
div.DivClassName
{
background-color: #F17140;
}
.BgClassName
{
background-color: #F17140;
}
</style>
border-color css
<style>
span { border-color: #F17140; }
span { border-color: rgb(241,113,64); }
td.TdClassName
{
border-color: #F17140;
}
.TagClassName
{
border-color: #F17140;
}
</style>