Shades of Jaffa #F07A47
Tints of Jaffa #F07A47
RGB
CMYK
RGB Variations
Color information
#F07A47 (or 0xF07A47) is known color: Jaffa. HEX triplet: F0, 7A and 47. RGB value is (240,122,71). Sum of RGB (Red+Green+Blue) = 240+122+71=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A47 is #0F85B8. Grayscale: #979797. Windows color (decimal): -1017273 or 4684528. OLE color: 4684528.
HSL color Cylindrical-coordinate representation of color #F07A47: hue angle of 18.11º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F07A47 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 71 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.06 |
| HSL | 18.11º | 0.85% | 0.61% | - |
| HSV(B) | 18.11º | 0.7% | 0.94% | - |
| XYZ | 44.03 | 32.9 | 9.99 | - |
| YUV | 151.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 71 | 0 | 0.49 | 0.70 | 0.06 | 18.11 | 0.85 | 0.61 |
| Hex | F0 | 7A | 47 | 0 | 31 | 46 | 6 | 12 | 55 | 3D |
| Octal | 360 | 172 | 107 | 0 | 61 | 106 | 6 | 22 | 125 | 75 |
| Binary | 11110000 | 1111010 | 1000111 | 0 | 110001 | 1000110 | 110 | 10010 | 1010101 | 111101 |
Color Harmonies of #F07A47
Complementary color
Monochromatic Colors of #F07A47
Black with #F07A47
Text Example
Text Example
White with #F07A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A47; }
p { color: rgb(240,122,71); }
H1.HeaderClassName
{
color: #F07A47;
}
.AnyTagClassName
{
color: #F07A47;
}
</style>
background-color css
<style>
a { background-color: #F07A47; }
a { background-color: rgb(240,122,71); }
div.DivClassName
{
background-color: #F07A47;
}
.BgClassName
{
background-color: #F07A47;
}
</style>
border-color css
<style>
span { border-color: #F07A47; }
span { border-color: rgb(240,122,71); }
td.TdClassName
{
border-color: #F07A47;
}
.TagClassName
{
border-color: #F07A47;
}
</style>