Shades of Tangerine #F08001
Tints of Tangerine #F08001
RGB
CMYK
RGB Variations
Color information
#F08001 (or 0xF08001) is known color: Tangerine. HEX triplet: F0, 80 and 01. RGB value is (240,128,1). Sum of RGB (Red+Green+Blue) = 240+128+1=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F08001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08001 is #0F7FFE. Grayscale: #939393. Windows color (decimal): -1015807 or 98544. OLE color: 98544.
HSL color Cylindrical-coordinate representation of color #F08001: hue angle of 31.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F08001 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.06 |
| HSL | 31.88º | 0.99% | 0.47% | - |
| HSV(B) | 31.88º | 1% | 0.94% | - |
| XYZ | 43.66 | 33.97 | 4.28 | - |
| YUV | 147.01 | 45.61 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 1 | 0 | 0.47 | 1.00 | 0.06 | 31.88 | 0.99 | 0.47 |
| Hex | F0 | 80 | 1 | 0 | 2F | 64 | 6 | 20 | 63 | 2F |
| Octal | 360 | 200 | 1 | 0 | 57 | 144 | 6 | 40 | 143 | 57 |
| Binary | 11110000 | 10000000 | 1 | 0 | 101111 | 1100100 | 110 | 100000 | 1100011 | 101111 |
Color Harmonies of #F08001
Complementary color
Monochromatic Colors of #F08001
Black with #F08001
Text Example
Text Example
White with #F08001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08001; }
p { color: rgb(240,128,1); }
H1.HeaderClassName
{
color: #F08001;
}
.AnyTagClassName
{
color: #F08001;
}
</style>
background-color css
<style>
a { background-color: #F08001; }
a { background-color: rgb(240,128,1); }
div.DivClassName
{
background-color: #F08001;
}
.BgClassName
{
background-color: #F08001;
}
</style>
border-color css
<style>
span { border-color: #F08001; }
span { border-color: rgb(240,128,1); }
td.TdClassName
{
border-color: #F08001;
}
.TagClassName
{
border-color: #F08001;
}
</style>