Shades of Jaffa #F07040
Tints of Jaffa #F07040
RGB
CMYK
RGB Variations
Color information
#F07040 (or 0xF07040) is known color: Jaffa. HEX triplet: F0, 70 and 40. RGB value is (240,112,64). Sum of RGB (Red+Green+Blue) = 240+112+64=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F07040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07040 is #0F8FBF. Grayscale: #919191. Windows color (decimal): -1019840 or 4223216. OLE color: 4223216.
HSL color Cylindrical-coordinate representation of color #F07040: hue angle of 16.36º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07040 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 64 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.06 |
| HSL | 16.36º | 0.85% | 0.6% | - |
| HSV(B) | 16.36º | 0.73% | 0.94% | - |
| XYZ | 42.65 | 30.48 | 8.49 | - |
| YUV | 144.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 64 | 0 | 0.53 | 0.73 | 0.06 | 16.36 | 0.85 | 0.6 |
| Hex | F0 | 70 | 40 | 0 | 35 | 49 | 6 | 10 | 55 | 3C |
| Octal | 360 | 160 | 100 | 0 | 65 | 111 | 6 | 20 | 125 | 74 |
| Binary | 11110000 | 1110000 | 1000000 | 0 | 110101 | 1001001 | 110 | 10000 | 1010101 | 111100 |
Color Harmonies of #F07040
Complementary color
Monochromatic Colors of #F07040
Black with #F07040
Text Example
Text Example
White with #F07040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07040; }
p { color: rgb(240,112,64); }
H1.HeaderClassName
{
color: #F07040;
}
.AnyTagClassName
{
color: #F07040;
}
</style>
background-color css
<style>
a { background-color: #F07040; }
a { background-color: rgb(240,112,64); }
div.DivClassName
{
background-color: #F07040;
}
.BgClassName
{
background-color: #F07040;
}
</style>
border-color css
<style>
span { border-color: #F07040; }
span { border-color: rgb(240,112,64); }
td.TdClassName
{
border-color: #F07040;
}
.TagClassName
{
border-color: #F07040;
}
</style>