Shades of Jaffa #F07944
Tints of Jaffa #F07944
RGB
CMYK
RGB Variations
Color information
#F07944 (or 0xF07944) is known color: Jaffa. HEX triplet: F0, 79 and 44. RGB value is (240,121,68). Sum of RGB (Red+Green+Blue) = 240+121+68=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F07944 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07944 is #0F86BB. Grayscale: #969696. Windows color (decimal): -1017532 or 4487664. OLE color: 4487664.
HSL color Cylindrical-coordinate representation of color #F07944: hue angle of 18.49º 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 #F07944 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 68 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.06 |
| HSL | 18.49º | 0.85% | 0.6% | - |
| HSV(B) | 18.49º | 0.72% | 0.94% | - |
| XYZ | 43.82 | 32.62 | 9.46 | - |
| YUV | 150.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 68 | 0 | 0.50 | 0.72 | 0.06 | 18.49 | 0.85 | 0.6 |
| Hex | F0 | 79 | 44 | 0 | 32 | 48 | 6 | 12 | 55 | 3C |
| Octal | 360 | 171 | 104 | 0 | 62 | 110 | 6 | 22 | 125 | 74 |
| Binary | 11110000 | 1111001 | 1000100 | 0 | 110010 | 1001000 | 110 | 10010 | 1010101 | 111100 |
Color Harmonies of #F07944
Complementary color
Monochromatic Colors of #F07944
Black with #F07944
Text Example
Text Example
White with #F07944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07944; }
p { color: rgb(240,121,68); }
H1.HeaderClassName
{
color: #F07944;
}
.AnyTagClassName
{
color: #F07944;
}
</style>
background-color css
<style>
a { background-color: #F07944; }
a { background-color: rgb(240,121,68); }
div.DivClassName
{
background-color: #F07944;
}
.BgClassName
{
background-color: #F07944;
}
</style>
border-color css
<style>
span { border-color: #F07944; }
span { border-color: rgb(240,121,68); }
td.TdClassName
{
border-color: #F07944;
}
.TagClassName
{
border-color: #F07944;
}
</style>