Shades of Jaffa #F17642
Tints of Jaffa #F17642
RGB
CMYK
RGB Variations
Color information
#F17642 (or 0xF17642) is known color: Jaffa. HEX triplet: F1, 76 and 42. RGB value is (241,118,66). Sum of RGB (Red+Green+Blue) = 241+118+66=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F17642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17642 is #0E89BD. Grayscale: #959595. Windows color (decimal): -952766 or 4355825. OLE color: 4355825.
HSL color Cylindrical-coordinate representation of color #F17642: hue angle of 17.83º 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 #F17642 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 66 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.05 |
| HSL | 17.83º | 0.86% | 0.6% | - |
| HSV(B) | 17.83º | 0.73% | 0.95% | - |
| XYZ | 43.74 | 32.05 | 9.04 | - |
| YUV | 148.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 66 | 0 | 0.51 | 0.73 | 0.05 | 17.83 | 0.86 | 0.6 |
| Hex | F1 | 76 | 42 | 0 | 33 | 49 | 5 | 12 | 56 | 3C |
| Octal | 361 | 166 | 102 | 0 | 63 | 111 | 5 | 22 | 126 | 74 |
| Binary | 11110001 | 1110110 | 1000010 | 0 | 110011 | 1001001 | 101 | 10010 | 1010110 | 111100 |
Color Harmonies of #F17642
Complementary color
Monochromatic Colors of #F17642
Black with #F17642
Text Example
Text Example
White with #F17642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17642; }
p { color: rgb(241,118,66); }
H1.HeaderClassName
{
color: #F17642;
}
.AnyTagClassName
{
color: #F17642;
}
</style>
background-color css
<style>
a { background-color: #F17642; }
a { background-color: rgb(241,118,66); }
div.DivClassName
{
background-color: #F17642;
}
.BgClassName
{
background-color: #F17642;
}
</style>
border-color css
<style>
span { border-color: #F17642; }
span { border-color: rgb(241,118,66); }
td.TdClassName
{
border-color: #F17642;
}
.TagClassName
{
border-color: #F17642;
}
</style>