Shades of Tangerine #F4860B
Tints of Tangerine #F4860B
RGB
CMYK
RGB Variations
Color information
#F4860B (or 0xF4860B) is known color: Tangerine. HEX triplet: F4, 86 and 0B. RGB value is (244,134,11). Sum of RGB (Red+Green+Blue) = 244+134+11=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4860B is #0B79F4. Grayscale: #999999. Windows color (decimal): -752117 or 755444. OLE color: 755444.
HSL color Cylindrical-coordinate representation of color #F4860B: hue angle of 31.67º 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 #F4860B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.04 |
| HSL | 31.67º | 0.91% | 0.5% | - |
| HSV(B) | 31.67º | 0.95% | 0.96% | - |
| XYZ | 45.89 | 36.31 | 4.91 | - |
| YUV | 152.87 | 47.94 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 11 | 0 | 0.45 | 0.95 | 0.04 | 31.67 | 0.91 | 0.5 |
| Hex | F4 | 86 | B | 0 | 2D | 5F | 4 | 20 | 5B | 32 |
| Octal | 364 | 206 | 13 | 0 | 55 | 137 | 4 | 40 | 133 | 62 |
| Binary | 11110100 | 10000110 | 1011 | 0 | 101101 | 1011111 | 100 | 100000 | 1011011 | 110010 |
Color Harmonies of #F4860B
Complementary color
Monochromatic Colors of #F4860B
Black with #F4860B
Text Example
Text Example
White with #F4860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4860B; }
p { color: rgb(244,134,11); }
H1.HeaderClassName
{
color: #F4860B;
}
.AnyTagClassName
{
color: #F4860B;
}
</style>
background-color css
<style>
a { background-color: #F4860B; }
a { background-color: rgb(244,134,11); }
div.DivClassName
{
background-color: #F4860B;
}
.BgClassName
{
background-color: #F4860B;
}
</style>
border-color css
<style>
span { border-color: #F4860B; }
span { border-color: rgb(244,134,11); }
td.TdClassName
{
border-color: #F4860B;
}
.TagClassName
{
border-color: #F4860B;
}
</style>