Shades of Tangerine #F0850B
Tints of Tangerine #F0850B
RGB
CMYK
RGB Variations
Color information
#F0850B (or 0xF0850B) is known color: Tangerine. HEX triplet: F0, 85 and 0B. RGB value is (240,133,11). Sum of RGB (Red+Green+Blue) = 240+133+11=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0850B is #0F7AF4. Grayscale: #979797. Windows color (decimal): -1014517 or 755184. OLE color: 755184.
HSL color Cylindrical-coordinate representation of color #F0850B: hue angle of 31.97º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0850B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.06 |
| HSL | 31.97º | 0.91% | 0.49% | - |
| HSV(B) | 31.97º | 0.95% | 0.94% | - |
| XYZ | 44.38 | 35.32 | 4.8 | - |
| YUV | 151.09 | 48.95 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 11 | 0 | 0.45 | 0.95 | 0.06 | 31.97 | 0.91 | 0.49 |
| Hex | F0 | 85 | B | 0 | 2D | 5F | 6 | 20 | 5B | 31 |
| Octal | 360 | 205 | 13 | 0 | 55 | 137 | 6 | 40 | 133 | 61 |
| Binary | 11110000 | 10000101 | 1011 | 0 | 101101 | 1011111 | 110 | 100000 | 1011011 | 110001 |
Color Harmonies of #F0850B
Complementary color
Monochromatic Colors of #F0850B
Black with #F0850B
Text Example
Text Example
White with #F0850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0850B; }
p { color: rgb(240,133,11); }
H1.HeaderClassName
{
color: #F0850B;
}
.AnyTagClassName
{
color: #F0850B;
}
</style>
background-color css
<style>
a { background-color: #F0850B; }
a { background-color: rgb(240,133,11); }
div.DivClassName
{
background-color: #F0850B;
}
.BgClassName
{
background-color: #F0850B;
}
</style>
border-color css
<style>
span { border-color: #F0850B; }
span { border-color: rgb(240,133,11); }
td.TdClassName
{
border-color: #F0850B;
}
.TagClassName
{
border-color: #F0850B;
}
</style>