Shades of Jaffa #F0713F
Tints of Jaffa #F0713F
RGB
CMYK
RGB Variations
Color information
#F0713F (or 0xF0713F) is known color: Jaffa. HEX triplet: F0, 71 and 3F. RGB value is (240,113,63). Sum of RGB (Red+Green+Blue) = 240+113+63=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0713F is #0F8EC0. Grayscale: #919191. Windows color (decimal): -1019585 or 4157936. OLE color: 4157936.
HSL color Cylindrical-coordinate representation of color #F0713F: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0713F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 63 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.06 |
| HSL | 16.95º | 0.86% | 0.59% | - |
| HSV(B) | 16.95º | 0.74% | 0.94% | - |
| XYZ | 42.74 | 30.69 | 8.37 | - |
| YUV | 145.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 63 | 0 | 0.53 | 0.74 | 0.06 | 16.95 | 0.86 | 0.59 |
| Hex | F0 | 71 | 3F | 0 | 35 | 4A | 6 | 11 | 56 | 3B |
| Octal | 360 | 161 | 77 | 0 | 65 | 112 | 6 | 21 | 126 | 73 |
| Binary | 11110000 | 1110001 | 111111 | 0 | 110101 | 1001010 | 110 | 10001 | 1010110 | 111011 |
Color Harmonies of #F0713F
Complementary color
Monochromatic Colors of #F0713F
Black with #F0713F
Text Example
Text Example
White with #F0713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0713F; }
p { color: rgb(240,113,63); }
H1.HeaderClassName
{
color: #F0713F;
}
.AnyTagClassName
{
color: #F0713F;
}
</style>
background-color css
<style>
a { background-color: #F0713F; }
a { background-color: rgb(240,113,63); }
div.DivClassName
{
background-color: #F0713F;
}
.BgClassName
{
background-color: #F0713F;
}
</style>
border-color css
<style>
span { border-color: #F0713F; }
span { border-color: rgb(240,113,63); }
td.TdClassName
{
border-color: #F0713F;
}
.TagClassName
{
border-color: #F0713F;
}
</style>