Shades of Tangerine #F6880B
Tints of Tangerine #F6880B
RGB
CMYK
RGB Variations
Color information
#F6880B (or 0xF6880B) is known color: Tangerine. HEX triplet: F6, 88 and 0B. RGB value is (246,136,11). Sum of RGB (Red+Green+Blue) = 246+136+11=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6880B is #0977F4. Grayscale: #9B9B9B. Windows color (decimal): -620533 or 755958. OLE color: 755958.
HSL color Cylindrical-coordinate representation of color #F6880B: hue angle of 31.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6880B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 11 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.04 |
| HSL | 31.91º | 0.93% | 0.5% | - |
| HSV(B) | 31.91º | 0.96% | 0.96% | - |
| XYZ | 46.87 | 37.23 | 5.03 | - |
| YUV | 154.64 | 46.94 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 11 | 0 | 0.45 | 0.96 | 0.04 | 31.91 | 0.93 | 0.5 |
| Hex | F6 | 88 | B | 0 | 2D | 60 | 4 | 20 | 5D | 32 |
| Octal | 366 | 210 | 13 | 0 | 55 | 140 | 4 | 40 | 135 | 62 |
| Binary | 11110110 | 10001000 | 1011 | 0 | 101101 | 1100000 | 100 | 100000 | 1011101 | 110010 |
Color Harmonies of #F6880B
Complementary color
Monochromatic Colors of #F6880B
Black with #F6880B
Text Example
Text Example
White with #F6880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6880B; }
p { color: rgb(246,136,11); }
H1.HeaderClassName
{
color: #F6880B;
}
.AnyTagClassName
{
color: #F6880B;
}
</style>
background-color css
<style>
a { background-color: #F6880B; }
a { background-color: rgb(246,136,11); }
div.DivClassName
{
background-color: #F6880B;
}
.BgClassName
{
background-color: #F6880B;
}
</style>
border-color css
<style>
span { border-color: #F6880B; }
span { border-color: rgb(246,136,11); }
td.TdClassName
{
border-color: #F6880B;
}
.TagClassName
{
border-color: #F6880B;
}
</style>