Shades of Tangerine #F0880F
Tints of Tangerine #F0880F
RGB
CMYK
RGB Variations
Color information
#F0880F (or 0xF0880F) is known color: Tangerine. HEX triplet: F0, 88 and 0F. RGB value is (240,136,15). Sum of RGB (Red+Green+Blue) = 240+136+15=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0880F is #0F77F0. Grayscale: #999999. Windows color (decimal): -1013745 or 1018096. OLE color: 1018096.
HSL color Cylindrical-coordinate representation of color #F0880F: hue angle of 32.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0880F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 15 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.06 |
| HSL | 32.27º | 0.88% | 0.5% | - |
| HSV(B) | 32.27º | 0.94% | 0.94% | - |
| XYZ | 44.83 | 36.17 | 5.07 | - |
| YUV | 153.3 | 49.96 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 15 | 0 | 0.43 | 0.94 | 0.06 | 32.27 | 0.88 | 0.5 |
| Hex | F0 | 88 | F | 0 | 2B | 5E | 6 | 20 | 58 | 32 |
| Octal | 360 | 210 | 17 | 0 | 53 | 136 | 6 | 40 | 130 | 62 |
| Binary | 11110000 | 10001000 | 1111 | 0 | 101011 | 1011110 | 110 | 100000 | 1011000 | 110010 |
Color Harmonies of #F0880F
Complementary color
Monochromatic Colors of #F0880F
Black with #F0880F
Text Example
Text Example
White with #F0880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0880F; }
p { color: rgb(240,136,15); }
H1.HeaderClassName
{
color: #F0880F;
}
.AnyTagClassName
{
color: #F0880F;
}
</style>
background-color css
<style>
a { background-color: #F0880F; }
a { background-color: rgb(240,136,15); }
div.DivClassName
{
background-color: #F0880F;
}
.BgClassName
{
background-color: #F0880F;
}
</style>
border-color css
<style>
span { border-color: #F0880F; }
span { border-color: rgb(240,136,15); }
td.TdClassName
{
border-color: #F0880F;
}
.TagClassName
{
border-color: #F0880F;
}
</style>