Shades of Tangerine #F4860D
Tints of Tangerine #F4860D
RGB
CMYK
RGB Variations
Color information
#F4860D (or 0xF4860D) is known color: Tangerine. HEX triplet: F4, 86 and 0D. RGB value is (244,134,13). Sum of RGB (Red+Green+Blue) = 244+134+13=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F4860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4860D is #0B79F2. Grayscale: #999999. Windows color (decimal): -752115 or 886516. OLE color: 886516.
HSL color Cylindrical-coordinate representation of color #F4860D: hue angle of 31.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4860D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.04 |
| HSL | 31.43º | 0.91% | 0.5% | - |
| HSV(B) | 31.43º | 0.95% | 0.96% | - |
| XYZ | 45.91 | 36.31 | 4.97 | - |
| YUV | 153.1 | 48.94 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 13 | 0 | 0.45 | 0.95 | 0.04 | 31.43 | 0.91 | 0.5 |
| Hex | F4 | 86 | D | 0 | 2D | 5F | 4 | 1F | 5B | 32 |
| Octal | 364 | 206 | 15 | 0 | 55 | 137 | 4 | 37 | 133 | 62 |
| Binary | 11110100 | 10000110 | 1101 | 0 | 101101 | 1011111 | 100 | 11111 | 1011011 | 110010 |
Color Harmonies of #F4860D
Complementary color
Monochromatic Colors of #F4860D
Black with #F4860D
Text Example
Text Example
White with #F4860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4860D; }
p { color: rgb(244,134,13); }
H1.HeaderClassName
{
color: #F4860D;
}
.AnyTagClassName
{
color: #F4860D;
}
</style>
background-color css
<style>
a { background-color: #F4860D; }
a { background-color: rgb(244,134,13); }
div.DivClassName
{
background-color: #F4860D;
}
.BgClassName
{
background-color: #F4860D;
}
</style>
border-color css
<style>
span { border-color: #F4860D; }
span { border-color: rgb(244,134,13); }
td.TdClassName
{
border-color: #F4860D;
}
.TagClassName
{
border-color: #F4860D;
}
</style>