Shades of Jaffa #F0763F
Tints of Jaffa #F0763F
RGB
CMYK
RGB Variations
Color information
#F0763F (or 0xF0763F) is known color: Jaffa. HEX triplet: F0, 76 and 3F. RGB value is (240,118,63). Sum of RGB (Red+Green+Blue) = 240+118+63=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0763F is #0F89C0. Grayscale: #949494. Windows color (decimal): -1018305 or 4159216. OLE color: 4159216.
HSL color Cylindrical-coordinate representation of color #F0763F: hue angle of 18.64º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0763F is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 63 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.06 |
| HSL | 18.64º | 0.86% | 0.59% | - |
| HSV(B) | 18.64º | 0.74% | 0.94% | - |
| XYZ | 43.31 | 31.84 | 8.57 | - |
| YUV | 148.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 63 | 0 | 0.51 | 0.74 | 0.06 | 18.64 | 0.86 | 0.59 |
| Hex | F0 | 76 | 3F | 0 | 33 | 4A | 6 | 13 | 56 | 3B |
| Octal | 360 | 166 | 77 | 0 | 63 | 112 | 6 | 23 | 126 | 73 |
| Binary | 11110000 | 1110110 | 111111 | 0 | 110011 | 1001010 | 110 | 10011 | 1010110 | 111011 |
Color Harmonies of #F0763F
Complementary color
Monochromatic Colors of #F0763F
Black with #F0763F
Text Example
Text Example
White with #F0763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0763F; }
p { color: rgb(240,118,63); }
H1.HeaderClassName
{
color: #F0763F;
}
.AnyTagClassName
{
color: #F0763F;
}
</style>
background-color css
<style>
a { background-color: #F0763F; }
a { background-color: rgb(240,118,63); }
div.DivClassName
{
background-color: #F0763F;
}
.BgClassName
{
background-color: #F0763F;
}
</style>
border-color css
<style>
span { border-color: #F0763F; }
span { border-color: rgb(240,118,63); }
td.TdClassName
{
border-color: #F0763F;
}
.TagClassName
{
border-color: #F0763F;
}
</style>