Shades of Tangerine #F08010
Tints of Tangerine #F08010
RGB
CMYK
RGB Variations
Color information
#F08010 (or 0xF08010) is known color: Tangerine. HEX triplet: F0, 80 and 10. RGB value is (240,128,16). Sum of RGB (Red+Green+Blue) = 240+128+16=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F08010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08010 is #0F7FEF. Grayscale: #959595. Windows color (decimal): -1015792 or 1081584. OLE color: 1081584.
HSL color Cylindrical-coordinate representation of color #F08010: hue angle of 30º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08010 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.06 |
| HSL | 30º | 0.88% | 0.5% | - |
| HSV(B) | 30º | 0.93% | 0.94% | - |
| XYZ | 43.75 | 34 | 4.75 | - |
| YUV | 148.72 | 53.11 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 16 | 0 | 0.47 | 0.93 | 0.06 | 30 | 0.88 | 0.5 |
| Hex | F0 | 80 | 10 | 0 | 2F | 5D | 6 | 1E | 58 | 32 |
| Octal | 360 | 200 | 20 | 0 | 57 | 135 | 6 | 36 | 130 | 62 |
| Binary | 11110000 | 10000000 | 10000 | 0 | 101111 | 1011101 | 110 | 11110 | 1011000 | 110010 |
Color Harmonies of #F08010
Complementary color
Monochromatic Colors of #F08010
Black with #F08010
Text Example
Text Example
White with #F08010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08010; }
p { color: rgb(240,128,16); }
H1.HeaderClassName
{
color: #F08010;
}
.AnyTagClassName
{
color: #F08010;
}
</style>
background-color css
<style>
a { background-color: #F08010; }
a { background-color: rgb(240,128,16); }
div.DivClassName
{
background-color: #F08010;
}
.BgClassName
{
background-color: #F08010;
}
</style>
border-color css
<style>
span { border-color: #F08010; }
span { border-color: rgb(240,128,16); }
td.TdClassName
{
border-color: #F08010;
}
.TagClassName
{
border-color: #F08010;
}
</style>