Shades of Jaffa #F07843
Tints of Jaffa #F07843
RGB
CMYK
RGB Variations
Color information
#F07843 (or 0xF07843) is known color: Jaffa. HEX triplet: F0, 78 and 43. RGB value is (240,120,67). Sum of RGB (Red+Green+Blue) = 240+120+67=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F07843 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07843 is #0F87BC. Grayscale: #969696. Windows color (decimal): -1017789 or 4421872. OLE color: 4421872.
HSL color Cylindrical-coordinate representation of color #F07843: hue angle of 18.38º 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 #F07843 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 67 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.06 |
| HSL | 18.38º | 0.85% | 0.6% | - |
| HSV(B) | 18.38º | 0.72% | 0.94% | - |
| XYZ | 43.66 | 32.36 | 9.26 | - |
| YUV | 149.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 67 | 0 | 0.5 | 0.72 | 0.06 | 18.38 | 0.85 | 0.6 |
| Hex | F0 | 78 | 43 | 0 | 32 | 48 | 6 | 12 | 55 | 3C |
| Octal | 360 | 170 | 103 | 0 | 62 | 110 | 6 | 22 | 125 | 74 |
| Binary | 11110000 | 1111000 | 1000011 | 0 | 110010 | 1001000 | 110 | 10010 | 1010101 | 111100 |
Color Harmonies of #F07843
Complementary color
Monochromatic Colors of #F07843
Black with #F07843
Text Example
Text Example
White with #F07843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07843; }
p { color: rgb(240,120,67); }
H1.HeaderClassName
{
color: #F07843;
}
.AnyTagClassName
{
color: #F07843;
}
</style>
background-color css
<style>
a { background-color: #F07843; }
a { background-color: rgb(240,120,67); }
div.DivClassName
{
background-color: #F07843;
}
.BgClassName
{
background-color: #F07843;
}
</style>
border-color css
<style>
span { border-color: #F07843; }
span { border-color: rgb(240,120,67); }
td.TdClassName
{
border-color: #F07843;
}
.TagClassName
{
border-color: #F07843;
}
</style>