Shades of Tangerine #F6800B
Tints of Tangerine #F6800B
RGB
CMYK
RGB Variations
Color information
#F6800B (or 0xF6800B) is known color: Tangerine. HEX triplet: F6, 80 and 0B. RGB value is (246,128,11). Sum of RGB (Red+Green+Blue) = 246+128+11=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F6800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6800B is #097FF4. Grayscale: #969696. Windows color (decimal): -622581 or 753910. OLE color: 753910.
HSL color Cylindrical-coordinate representation of color #F6800B: hue angle of 29.87º 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 #F6800B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.04 |
| HSL | 29.87º | 0.93% | 0.5% | - |
| HSV(B) | 29.87º | 0.96% | 0.96% | - |
| XYZ | 45.79 | 35.06 | 4.67 | - |
| YUV | 149.94 | 49.59 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 11 | 0 | 0.48 | 0.96 | 0.04 | 29.87 | 0.93 | 0.5 |
| Hex | F6 | 80 | B | 0 | 30 | 60 | 4 | 1E | 5D | 32 |
| Octal | 366 | 200 | 13 | 0 | 60 | 140 | 4 | 36 | 135 | 62 |
| Binary | 11110110 | 10000000 | 1011 | 0 | 110000 | 1100000 | 100 | 11110 | 1011101 | 110010 |
Color Harmonies of #F6800B
Complementary color
Monochromatic Colors of #F6800B
Black with #F6800B
Text Example
Text Example
White with #F6800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6800B; }
p { color: rgb(246,128,11); }
H1.HeaderClassName
{
color: #F6800B;
}
.AnyTagClassName
{
color: #F6800B;
}
</style>
background-color css
<style>
a { background-color: #F6800B; }
a { background-color: rgb(246,128,11); }
div.DivClassName
{
background-color: #F6800B;
}
.BgClassName
{
background-color: #F6800B;
}
</style>
border-color css
<style>
span { border-color: #F6800B; }
span { border-color: rgb(246,128,11); }
td.TdClassName
{
border-color: #F6800B;
}
.TagClassName
{
border-color: #F6800B;
}
</style>