Shades of Tangerine #F68501
Tints of Tangerine #F68501
RGB
CMYK
RGB Variations
Color information
#F68501 (or 0xF68501) is known color: Tangerine. HEX triplet: F6, 85 and 01. RGB value is (246,133,1). Sum of RGB (Red+Green+Blue) = 246+133+1=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F68501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68501 is #097AFE. Grayscale: #989898. Windows color (decimal): -621311 or 99830. OLE color: 99830.
HSL color Cylindrical-coordinate representation of color #F68501: hue angle of 32.33º 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 #F68501 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.04 |
| HSL | 32.33º | 0.99% | 0.48% | - |
| HSV(B) | 32.33º | 1% | 0.96% | - |
| XYZ | 46.4 | 36.37 | 4.6 | - |
| YUV | 151.74 | 42.94 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 1 | 0 | 0.46 | 1.00 | 0.04 | 32.33 | 0.99 | 0.48 |
| Hex | F6 | 85 | 1 | 0 | 2E | 64 | 4 | 20 | 63 | 30 |
| Octal | 366 | 205 | 1 | 0 | 56 | 144 | 4 | 40 | 143 | 60 |
| Binary | 11110110 | 10000101 | 1 | 0 | 101110 | 1100100 | 100 | 100000 | 1100011 | 110000 |
Color Harmonies of #F68501
Complementary color
Monochromatic Colors of #F68501
Black with #F68501
Text Example
Text Example
White with #F68501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68501; }
p { color: rgb(246,133,1); }
H1.HeaderClassName
{
color: #F68501;
}
.AnyTagClassName
{
color: #F68501;
}
</style>
background-color css
<style>
a { background-color: #F68501; }
a { background-color: rgb(246,133,1); }
div.DivClassName
{
background-color: #F68501;
}
.BgClassName
{
background-color: #F68501;
}
</style>
border-color css
<style>
span { border-color: #F68501; }
span { border-color: rgb(246,133,1); }
td.TdClassName
{
border-color: #F68501;
}
.TagClassName
{
border-color: #F68501;
}
</style>