Shades of Jaffa #F07A43
Tints of Jaffa #F07A43
RGB
CMYK
RGB Variations
Color information
#F07A43 (or 0xF07A43) is known color: Jaffa. HEX triplet: F0, 7A and 43. RGB value is (240,122,67). Sum of RGB (Red+Green+Blue) = 240+122+67=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A43 is #0F85BC. Grayscale: #979797. Windows color (decimal): -1017277 or 4422384. OLE color: 4422384.
HSL color Cylindrical-coordinate representation of color #F07A43: hue angle of 19.08º 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 #F07A43 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 67 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.06 |
| HSL | 19.08º | 0.85% | 0.6% | - |
| HSV(B) | 19.08º | 0.72% | 0.94% | - |
| XYZ | 43.91 | 32.85 | 9.34 | - |
| YUV | 151.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 67 | 0 | 0.49 | 0.72 | 0.06 | 19.08 | 0.85 | 0.6 |
| Hex | F0 | 7A | 43 | 0 | 31 | 48 | 6 | 13 | 55 | 3C |
| Octal | 360 | 172 | 103 | 0 | 61 | 110 | 6 | 23 | 125 | 74 |
| Binary | 11110000 | 1111010 | 1000011 | 0 | 110001 | 1001000 | 110 | 10011 | 1010101 | 111100 |
Color Harmonies of #F07A43
Complementary color
Monochromatic Colors of #F07A43
Black with #F07A43
Text Example
Text Example
White with #F07A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A43; }
p { color: rgb(240,122,67); }
H1.HeaderClassName
{
color: #F07A43;
}
.AnyTagClassName
{
color: #F07A43;
}
</style>
background-color css
<style>
a { background-color: #F07A43; }
a { background-color: rgb(240,122,67); }
div.DivClassName
{
background-color: #F07A43;
}
.BgClassName
{
background-color: #F07A43;
}
</style>
border-color css
<style>
span { border-color: #F07A43; }
span { border-color: rgb(240,122,67); }
td.TdClassName
{
border-color: #F07A43;
}
.TagClassName
{
border-color: #F07A43;
}
</style>