Shades of Jaffa #F07644
Tints of Jaffa #F07644
RGB
CMYK
RGB Variations
Color information
#F07644 (or 0xF07644) is known color: Jaffa. HEX triplet: F0, 76 and 44. RGB value is (240,118,68). Sum of RGB (Red+Green+Blue) = 240+118+68=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F07644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07644 is #0F89BB. Grayscale: #959595. Windows color (decimal): -1018300 or 4486896. OLE color: 4486896.
HSL color Cylindrical-coordinate representation of color #F07644: hue angle of 17.44º 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 #F07644 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 68 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.06 |
| HSL | 17.44º | 0.85% | 0.6% | - |
| HSV(B) | 17.44º | 0.72% | 0.94% | - |
| XYZ | 43.46 | 31.9 | 9.34 | - |
| YUV | 148.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 68 | 0 | 0.51 | 0.72 | 0.06 | 17.44 | 0.85 | 0.6 |
| Hex | F0 | 76 | 44 | 0 | 33 | 48 | 6 | 11 | 55 | 3C |
| Octal | 360 | 166 | 104 | 0 | 63 | 110 | 6 | 21 | 125 | 74 |
| Binary | 11110000 | 1110110 | 1000100 | 0 | 110011 | 1001000 | 110 | 10001 | 1010101 | 111100 |
Color Harmonies of #F07644
Complementary color
Monochromatic Colors of #F07644
Black with #F07644
Text Example
Text Example
White with #F07644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07644; }
p { color: rgb(240,118,68); }
H1.HeaderClassName
{
color: #F07644;
}
.AnyTagClassName
{
color: #F07644;
}
</style>
background-color css
<style>
a { background-color: #F07644; }
a { background-color: rgb(240,118,68); }
div.DivClassName
{
background-color: #F07644;
}
.BgClassName
{
background-color: #F07644;
}
</style>
border-color css
<style>
span { border-color: #F07644; }
span { border-color: rgb(240,118,68); }
td.TdClassName
{
border-color: #F07644;
}
.TagClassName
{
border-color: #F07644;
}
</style>