Shades of Tangerine #F6880D
Tints of Tangerine #F6880D
RGB
CMYK
RGB Variations
Color information
#F6880D (or 0xF6880D) is known color: Tangerine. HEX triplet: F6, 88 and 0D. RGB value is (246,136,13). Sum of RGB (Red+Green+Blue) = 246+136+13=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F6880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6880D is #0977F2. Grayscale: #9B9B9B. Windows color (decimal): -620531 or 887030. OLE color: 887030.
HSL color Cylindrical-coordinate representation of color #F6880D: hue angle of 31.67º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6880D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.04 |
| HSL | 31.67º | 0.93% | 0.51% | - |
| HSV(B) | 31.67º | 0.95% | 0.96% | - |
| XYZ | 46.88 | 37.23 | 5.1 | - |
| YUV | 154.87 | 47.94 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 13 | 0 | 0.45 | 0.95 | 0.04 | 31.67 | 0.93 | 0.51 |
| Hex | F6 | 88 | D | 0 | 2D | 5F | 4 | 20 | 5D | 33 |
| Octal | 366 | 210 | 15 | 0 | 55 | 137 | 4 | 40 | 135 | 63 |
| Binary | 11110110 | 10001000 | 1101 | 0 | 101101 | 1011111 | 100 | 100000 | 1011101 | 110011 |
Color Harmonies of #F6880D
Complementary color
Monochromatic Colors of #F6880D
Black with #F6880D
Text Example
Text Example
White with #F6880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6880D; }
p { color: rgb(246,136,13); }
H1.HeaderClassName
{
color: #F6880D;
}
.AnyTagClassName
{
color: #F6880D;
}
</style>
background-color css
<style>
a { background-color: #F6880D; }
a { background-color: rgb(246,136,13); }
div.DivClassName
{
background-color: #F6880D;
}
.BgClassName
{
background-color: #F6880D;
}
</style>
border-color css
<style>
span { border-color: #F6880D; }
span { border-color: rgb(246,136,13); }
td.TdClassName
{
border-color: #F6880D;
}
.TagClassName
{
border-color: #F6880D;
}
</style>