Shades of Jaffa #F27643
Tints of Jaffa #F27643
RGB
CMYK
RGB Variations
Color information
#F27643 (or 0xF27643) is known color: Jaffa. HEX triplet: F2, 76 and 43. RGB value is (242,118,67). Sum of RGB (Red+Green+Blue) = 242+118+67=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F27643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27643 is #0D89BC. Grayscale: #959595. Windows color (decimal): -887229 or 4421362. OLE color: 4421362.
HSL color Cylindrical-coordinate representation of color #F27643: hue angle of 17.49º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F27643 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 67 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.05 |
| HSL | 17.49º | 0.87% | 0.61% | - |
| HSV(B) | 17.49º | 0.72% | 0.95% | - |
| XYZ | 44.11 | 32.24 | 9.21 | - |
| YUV | 149.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 67 | 0 | 0.51 | 0.72 | 0.05 | 17.49 | 0.87 | 0.61 |
| Hex | F2 | 76 | 43 | 0 | 33 | 48 | 5 | 11 | 57 | 3D |
| Octal | 362 | 166 | 103 | 0 | 63 | 110 | 5 | 21 | 127 | 75 |
| Binary | 11110010 | 1110110 | 1000011 | 0 | 110011 | 1001000 | 101 | 10001 | 1010111 | 111101 |
Color Harmonies of #F27643
Complementary color
Monochromatic Colors of #F27643
Black with #F27643
Text Example
Text Example
White with #F27643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27643; }
p { color: rgb(242,118,67); }
H1.HeaderClassName
{
color: #F27643;
}
.AnyTagClassName
{
color: #F27643;
}
</style>
background-color css
<style>
a { background-color: #F27643; }
a { background-color: rgb(242,118,67); }
div.DivClassName
{
background-color: #F27643;
}
.BgClassName
{
background-color: #F27643;
}
</style>
border-color css
<style>
span { border-color: #F27643; }
span { border-color: rgb(242,118,67); }
td.TdClassName
{
border-color: #F27643;
}
.TagClassName
{
border-color: #F27643;
}
</style>