Shades of Jaffa #F07742
Tints of Jaffa #F07742
RGB
CMYK
RGB Variations
Color information
#F07742 (or 0xF07742) is known color: Jaffa. HEX triplet: F0, 77 and 42. RGB value is (240,119,66). Sum of RGB (Red+Green+Blue) = 240+119+66=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07742 is #0F88BD. Grayscale: #959595. Windows color (decimal): -1018046 or 4356080. OLE color: 4356080.
HSL color Cylindrical-coordinate representation of color #F07742: hue angle of 18.28º 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 #F07742 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 66 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.06 |
| HSL | 18.28º | 0.85% | 0.6% | - |
| HSV(B) | 18.28º | 0.73% | 0.94% | - |
| XYZ | 43.52 | 32.11 | 9.06 | - |
| YUV | 149.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 66 | 0 | 0.50 | 0.72 | 0.06 | 18.28 | 0.85 | 0.6 |
| Hex | F0 | 77 | 42 | 0 | 32 | 48 | 6 | 12 | 55 | 3C |
| Octal | 360 | 167 | 102 | 0 | 62 | 110 | 6 | 22 | 125 | 74 |
| Binary | 11110000 | 1110111 | 1000010 | 0 | 110010 | 1001000 | 110 | 10010 | 1010101 | 111100 |
Color Harmonies of #F07742
Complementary color
Monochromatic Colors of #F07742
Black with #F07742
Text Example
Text Example
White with #F07742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07742; }
p { color: rgb(240,119,66); }
H1.HeaderClassName
{
color: #F07742;
}
.AnyTagClassName
{
color: #F07742;
}
</style>
background-color css
<style>
a { background-color: #F07742; }
a { background-color: rgb(240,119,66); }
div.DivClassName
{
background-color: #F07742;
}
.BgClassName
{
background-color: #F07742;
}
</style>
border-color css
<style>
span { border-color: #F07742; }
span { border-color: rgb(240,119,66); }
td.TdClassName
{
border-color: #F07742;
}
.TagClassName
{
border-color: #F07742;
}
</style>