Shades of Jaffa #F47742
Tints of Jaffa #F47742
RGB
CMYK
RGB Variations
Color information
#F47742 (or 0xF47742) is known color: Jaffa. HEX triplet: F4, 77 and 42. RGB value is (244,119,66). Sum of RGB (Red+Green+Blue) = 244+119+66=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F47742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47742 is #0B88BD. Grayscale: #969696. Windows color (decimal): -755902 or 4356084. OLE color: 4356084.
HSL color Cylindrical-coordinate representation of color #F47742: hue angle of 17.87º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F47742 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 66 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.04 |
| HSL | 17.87º | 0.89% | 0.61% | - |
| HSV(B) | 17.87º | 0.73% | 0.96% | - |
| XYZ | 44.89 | 32.82 | 9.12 | - |
| YUV | 150.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 66 | 0 | 0.51 | 0.73 | 0.04 | 17.87 | 0.89 | 0.61 |
| Hex | F4 | 77 | 42 | 0 | 33 | 49 | 4 | 12 | 59 | 3D |
| Octal | 364 | 167 | 102 | 0 | 63 | 111 | 4 | 22 | 131 | 75 |
| Binary | 11110100 | 1110111 | 1000010 | 0 | 110011 | 1001001 | 100 | 10010 | 1011001 | 111101 |
Color Harmonies of #F47742
Complementary color
Monochromatic Colors of #F47742
Black with #F47742
Text Example
Text Example
White with #F47742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47742; }
p { color: rgb(244,119,66); }
H1.HeaderClassName
{
color: #F47742;
}
.AnyTagClassName
{
color: #F47742;
}
</style>
background-color css
<style>
a { background-color: #F47742; }
a { background-color: rgb(244,119,66); }
div.DivClassName
{
background-color: #F47742;
}
.BgClassName
{
background-color: #F47742;
}
</style>
border-color css
<style>
span { border-color: #F47742; }
span { border-color: rgb(244,119,66); }
td.TdClassName
{
border-color: #F47742;
}
.TagClassName
{
border-color: #F47742;
}
</style>