Shades of Tangerine #F4860E
Tints of Tangerine #F4860E
RGB
CMYK
RGB Variations
Color information
#F4860E (or 0xF4860E) is known color: Tangerine. HEX triplet: F4, 86 and 0E. RGB value is (244,134,14). Sum of RGB (Red+Green+Blue) = 244+134+14=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F4860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4860E is #0B79F1. Grayscale: #999999. Windows color (decimal): -752114 or 952052. OLE color: 952052.
HSL color Cylindrical-coordinate representation of color #F4860E: hue angle of 31.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4860E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.04 |
| HSL | 31.3º | 0.91% | 0.51% | - |
| HSV(B) | 31.3º | 0.94% | 0.96% | - |
| XYZ | 45.91 | 36.32 | 5.01 | - |
| YUV | 153.21 | 49.44 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 14 | 0 | 0.45 | 0.94 | 0.04 | 31.3 | 0.91 | 0.51 |
| Hex | F4 | 86 | E | 0 | 2D | 5E | 4 | 1F | 5B | 33 |
| Octal | 364 | 206 | 16 | 0 | 55 | 136 | 4 | 37 | 133 | 63 |
| Binary | 11110100 | 10000110 | 1110 | 0 | 101101 | 1011110 | 100 | 11111 | 1011011 | 110011 |
Color Harmonies of #F4860E
Complementary color
Monochromatic Colors of #F4860E
Black with #F4860E
Text Example
Text Example
White with #F4860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4860E; }
p { color: rgb(244,134,14); }
H1.HeaderClassName
{
color: #F4860E;
}
.AnyTagClassName
{
color: #F4860E;
}
</style>
background-color css
<style>
a { background-color: #F4860E; }
a { background-color: rgb(244,134,14); }
div.DivClassName
{
background-color: #F4860E;
}
.BgClassName
{
background-color: #F4860E;
}
</style>
border-color css
<style>
span { border-color: #F4860E; }
span { border-color: rgb(244,134,14); }
td.TdClassName
{
border-color: #F4860E;
}
.TagClassName
{
border-color: #F4860E;
}
</style>