Shades of Jaffa #F07343
Tints of Jaffa #F07343
RGB
CMYK
RGB Variations
Color information
#F07343 (or 0xF07343) is known color: Jaffa. HEX triplet: F0, 73 and 43. RGB value is (240,115,67). Sum of RGB (Red+Green+Blue) = 240+115+67=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F07343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07343 is #0F8CBC. Grayscale: #939393. Windows color (decimal): -1019069 or 4420592. OLE color: 4420592.
HSL color Cylindrical-coordinate representation of color #F07343: hue angle of 16.65º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F07343 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 67 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.06 |
| HSL | 16.65º | 0.85% | 0.6% | - |
| HSV(B) | 16.65º | 0.72% | 0.94% | - |
| XYZ | 43.08 | 31.19 | 9.06 | - |
| YUV | 146.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 67 | 0 | 0.52 | 0.72 | 0.06 | 16.65 | 0.85 | 0.6 |
| Hex | F0 | 73 | 43 | 0 | 34 | 48 | 6 | 11 | 55 | 3C |
| Octal | 360 | 163 | 103 | 0 | 64 | 110 | 6 | 21 | 125 | 74 |
| Binary | 11110000 | 1110011 | 1000011 | 0 | 110100 | 1001000 | 110 | 10001 | 1010101 | 111100 |
Color Harmonies of #F07343
Complementary color
Monochromatic Colors of #F07343
Black with #F07343
Text Example
Text Example
White with #F07343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07343; }
p { color: rgb(240,115,67); }
H1.HeaderClassName
{
color: #F07343;
}
.AnyTagClassName
{
color: #F07343;
}
</style>
background-color css
<style>
a { background-color: #F07343; }
a { background-color: rgb(240,115,67); }
div.DivClassName
{
background-color: #F07343;
}
.BgClassName
{
background-color: #F07343;
}
</style>
border-color css
<style>
span { border-color: #F07343; }
span { border-color: rgb(240,115,67); }
td.TdClassName
{
border-color: #F07343;
}
.TagClassName
{
border-color: #F07343;
}
</style>