Shades of Tangerine #F68410
Tints of Tangerine #F68410
RGB
CMYK
RGB Variations
Color information
#F68410 (or 0xF68410) is known color: Tangerine. HEX triplet: F6, 84 and 10. RGB value is (246,132,16). Sum of RGB (Red+Green+Blue) = 246+132+16=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F68410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68410 is #097BEF. Grayscale: #999999. Windows color (decimal): -621552 or 1082614. OLE color: 1082614.
HSL color Cylindrical-coordinate representation of color #F68410: hue angle of 30.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F68410 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.04 |
| HSL | 30.26º | 0.93% | 0.51% | - |
| HSV(B) | 30.26º | 0.93% | 0.96% | - |
| XYZ | 46.35 | 36.13 | 5.02 | - |
| YUV | 152.86 | 50.77 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 16 | 0 | 0.46 | 0.93 | 0.04 | 30.26 | 0.93 | 0.51 |
| Hex | F6 | 84 | 10 | 0 | 2E | 5D | 4 | 1E | 5D | 33 |
| Octal | 366 | 204 | 20 | 0 | 56 | 135 | 4 | 36 | 135 | 63 |
| Binary | 11110110 | 10000100 | 10000 | 0 | 101110 | 1011101 | 100 | 11110 | 1011101 | 110011 |
Color Harmonies of #F68410
Complementary color
Monochromatic Colors of #F68410
Black with #F68410
Text Example
Text Example
White with #F68410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68410; }
p { color: rgb(246,132,16); }
H1.HeaderClassName
{
color: #F68410;
}
.AnyTagClassName
{
color: #F68410;
}
</style>
background-color css
<style>
a { background-color: #F68410; }
a { background-color: rgb(246,132,16); }
div.DivClassName
{
background-color: #F68410;
}
.BgClassName
{
background-color: #F68410;
}
</style>
border-color css
<style>
span { border-color: #F68410; }
span { border-color: rgb(246,132,16); }
td.TdClassName
{
border-color: #F68410;
}
.TagClassName
{
border-color: #F68410;
}
</style>