Shades of Tangerine #F08201
Tints of Tangerine #F08201
RGB
CMYK
RGB Variations
Color information
#F08201 (or 0xF08201) is known color: Tangerine. HEX triplet: F0, 82 and 01. RGB value is (240,130,1). Sum of RGB (Red+Green+Blue) = 240+130+1=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F08201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08201 is #0F7DFE. Grayscale: #949494. Windows color (decimal): -1015295 or 99056. OLE color: 99056.
HSL color Cylindrical-coordinate representation of color #F08201: hue angle of 32.38º 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 #F08201 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.06 |
| HSL | 32.38º | 0.99% | 0.47% | - |
| HSV(B) | 32.38º | 1% | 0.94% | - |
| XYZ | 43.92 | 34.49 | 4.37 | - |
| YUV | 148.18 | 44.94 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 1 | 0 | 0.46 | 1.00 | 0.06 | 32.38 | 0.99 | 0.47 |
| Hex | F0 | 82 | 1 | 0 | 2E | 64 | 6 | 20 | 63 | 2F |
| Octal | 360 | 202 | 1 | 0 | 56 | 144 | 6 | 40 | 143 | 57 |
| Binary | 11110000 | 10000010 | 1 | 0 | 101110 | 1100100 | 110 | 100000 | 1100011 | 101111 |
Color Harmonies of #F08201
Complementary color
Monochromatic Colors of #F08201
Black with #F08201
Text Example
Text Example
White with #F08201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08201; }
p { color: rgb(240,130,1); }
H1.HeaderClassName
{
color: #F08201;
}
.AnyTagClassName
{
color: #F08201;
}
</style>
background-color css
<style>
a { background-color: #F08201; }
a { background-color: rgb(240,130,1); }
div.DivClassName
{
background-color: #F08201;
}
.BgClassName
{
background-color: #F08201;
}
</style>
border-color css
<style>
span { border-color: #F08201; }
span { border-color: rgb(240,130,1); }
td.TdClassName
{
border-color: #F08201;
}
.TagClassName
{
border-color: #F08201;
}
</style>