Shades of Jaffa #F07945
Tints of Jaffa #F07945
RGB
CMYK
RGB Variations
Color information
#F07945 (or 0xF07945) is known color: Jaffa. HEX triplet: F0, 79 and 45. RGB value is (240,121,69). Sum of RGB (Red+Green+Blue) = 240+121+69=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F07945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07945 is #0F86BA. Grayscale: #969696. Windows color (decimal): -1017531 or 4553200. OLE color: 4553200.
HSL color Cylindrical-coordinate representation of color #F07945: hue angle of 18.25º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F07945 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 69 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.06 |
| HSL | 18.25º | 0.85% | 0.61% | - |
| HSV(B) | 18.25º | 0.71% | 0.94% | - |
| XYZ | 43.85 | 32.63 | 9.62 | - |
| YUV | 150.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 69 | 0 | 0.50 | 0.71 | 0.06 | 18.25 | 0.85 | 0.61 |
| Hex | F0 | 79 | 45 | 0 | 32 | 47 | 6 | 12 | 55 | 3D |
| Octal | 360 | 171 | 105 | 0 | 62 | 107 | 6 | 22 | 125 | 75 |
| Binary | 11110000 | 1111001 | 1000101 | 0 | 110010 | 1000111 | 110 | 10010 | 1010101 | 111101 |
Color Harmonies of #F07945
Complementary color
Monochromatic Colors of #F07945
Black with #F07945
Text Example
Text Example
White with #F07945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07945; }
p { color: rgb(240,121,69); }
H1.HeaderClassName
{
color: #F07945;
}
.AnyTagClassName
{
color: #F07945;
}
</style>
background-color css
<style>
a { background-color: #F07945; }
a { background-color: rgb(240,121,69); }
div.DivClassName
{
background-color: #F07945;
}
.BgClassName
{
background-color: #F07945;
}
</style>
border-color css
<style>
span { border-color: #F07945; }
span { border-color: rgb(240,121,69); }
td.TdClassName
{
border-color: #F07945;
}
.TagClassName
{
border-color: #F07945;
}
</style>