Shades of Tangerine #F68401
Tints of Tangerine #F68401
RGB
CMYK
RGB Variations
Color information
#F68401 (or 0xF68401) is known color: Tangerine. HEX triplet: F6, 84 and 01. RGB value is (246,132,1). Sum of RGB (Red+Green+Blue) = 246+132+1=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F68401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68401 is #097BFE. Grayscale: #979797. Windows color (decimal): -621567 or 99574. OLE color: 99574.
HSL color Cylindrical-coordinate representation of color #F68401: hue angle of 32.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F68401 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.04 |
| HSL | 32.08º | 0.99% | 0.48% | - |
| HSV(B) | 32.08º | 1% | 0.96% | - |
| XYZ | 46.26 | 36.1 | 4.56 | - |
| YUV | 151.15 | 43.27 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 1 | 0 | 0.46 | 1.00 | 0.04 | 32.08 | 0.99 | 0.48 |
| Hex | F6 | 84 | 1 | 0 | 2E | 64 | 4 | 20 | 63 | 30 |
| Octal | 366 | 204 | 1 | 0 | 56 | 144 | 4 | 40 | 143 | 60 |
| Binary | 11110110 | 10000100 | 1 | 0 | 101110 | 1100100 | 100 | 100000 | 1100011 | 110000 |
Color Harmonies of #F68401
Complementary color
Monochromatic Colors of #F68401
Black with #F68401
Text Example
Text Example
White with #F68401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68401; }
p { color: rgb(246,132,1); }
H1.HeaderClassName
{
color: #F68401;
}
.AnyTagClassName
{
color: #F68401;
}
</style>
background-color css
<style>
a { background-color: #F68401; }
a { background-color: rgb(246,132,1); }
div.DivClassName
{
background-color: #F68401;
}
.BgClassName
{
background-color: #F68401;
}
</style>
border-color css
<style>
span { border-color: #F68401; }
span { border-color: rgb(246,132,1); }
td.TdClassName
{
border-color: #F68401;
}
.TagClassName
{
border-color: #F68401;
}
</style>