Shades of Jaffa #F37841
Tints of Jaffa #F37841
RGB
CMYK
RGB Variations
Color information
#F37841 (or 0xF37841) is known color: Jaffa. HEX triplet: F3, 78 and 41. RGB value is (243,120,65). Sum of RGB (Red+Green+Blue) = 243+120+65=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F37841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37841 is #0C87BE. Grayscale: #969696. Windows color (decimal): -821183 or 4290803. OLE color: 4290803.
HSL color Cylindrical-coordinate representation of color #F37841: hue angle of 18.54º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F37841 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 65 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.05 |
| HSL | 18.54º | 0.88% | 0.6% | - |
| HSV(B) | 18.54º | 0.73% | 0.95% | - |
| XYZ | 44.63 | 32.87 | 8.99 | - |
| YUV | 150.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 65 | 0 | 0.51 | 0.73 | 0.05 | 18.54 | 0.88 | 0.6 |
| Hex | F3 | 78 | 41 | 0 | 33 | 49 | 5 | 13 | 58 | 3C |
| Octal | 363 | 170 | 101 | 0 | 63 | 111 | 5 | 23 | 130 | 74 |
| Binary | 11110011 | 1111000 | 1000001 | 0 | 110011 | 1001001 | 101 | 10011 | 1011000 | 111100 |
Color Harmonies of #F37841
Complementary color
Monochromatic Colors of #F37841
Black with #F37841
Text Example
Text Example
White with #F37841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37841; }
p { color: rgb(243,120,65); }
H1.HeaderClassName
{
color: #F37841;
}
.AnyTagClassName
{
color: #F37841;
}
</style>
background-color css
<style>
a { background-color: #F37841; }
a { background-color: rgb(243,120,65); }
div.DivClassName
{
background-color: #F37841;
}
.BgClassName
{
background-color: #F37841;
}
</style>
border-color css
<style>
span { border-color: #F37841; }
span { border-color: rgb(243,120,65); }
td.TdClassName
{
border-color: #F37841;
}
.TagClassName
{
border-color: #F37841;
}
</style>