Shades of Jaffa #F07740
Tints of Jaffa #F07740
RGB
CMYK
RGB Variations
Color information
#F07740 (or 0xF07740) is known color: Jaffa. HEX triplet: F0, 77 and 40. RGB value is (240,119,64). Sum of RGB (Red+Green+Blue) = 240+119+64=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07740 is #0F88BF. Grayscale: #959595. Windows color (decimal): -1018048 or 4225008. OLE color: 4225008.
HSL color Cylindrical-coordinate representation of color #F07740: hue angle of 18.75º 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 #F07740 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 64 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.06 |
| HSL | 18.75º | 0.85% | 0.6% | - |
| HSV(B) | 18.75º | 0.73% | 0.94% | - |
| XYZ | 43.46 | 32.09 | 8.75 | - |
| YUV | 148.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 64 | 0 | 0.50 | 0.73 | 0.06 | 18.75 | 0.85 | 0.6 |
| Hex | F0 | 77 | 40 | 0 | 32 | 49 | 6 | 13 | 55 | 3C |
| Octal | 360 | 167 | 100 | 0 | 62 | 111 | 6 | 23 | 125 | 74 |
| Binary | 11110000 | 1110111 | 1000000 | 0 | 110010 | 1001001 | 110 | 10011 | 1010101 | 111100 |
Color Harmonies of #F07740
Complementary color
Monochromatic Colors of #F07740
Black with #F07740
Text Example
Text Example
White with #F07740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07740; }
p { color: rgb(240,119,64); }
H1.HeaderClassName
{
color: #F07740;
}
.AnyTagClassName
{
color: #F07740;
}
</style>
background-color css
<style>
a { background-color: #F07740; }
a { background-color: rgb(240,119,64); }
div.DivClassName
{
background-color: #F07740;
}
.BgClassName
{
background-color: #F07740;
}
</style>
border-color css
<style>
span { border-color: #F07740; }
span { border-color: rgb(240,119,64); }
td.TdClassName
{
border-color: #F07740;
}
.TagClassName
{
border-color: #F07740;
}
</style>