Shades of Tangerine #F08B00
Tints of Tangerine #F08B00
RGB
CMYK
RGB Variations
Color information
#F08B00 (or 0xF08B00) is known color: Tangerine. HEX triplet: F0, 8B and 00. RGB value is (240,139,0). Sum of RGB (Red+Green+Blue) = 240+139+0=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08B00 is #0F74FF. Grayscale: #9A9A9A. Windows color (decimal): -1012992 or 35824. OLE color: 35824.
HSL color Cylindrical-coordinate representation of color #F08B00: hue angle of 34.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F08B00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.06 |
| HSL | 34.75º | 1% | 0.47% | - |
| HSV(B) | 34.75º | 1% | 0.94% | - |
| XYZ | 45.17 | 36.99 | 4.76 | - |
| YUV | 153.35 | 41.46 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 0 | 0 | 0.42 | 1 | 0.06 | 34.75 | 1 | 0.47 |
| Hex | F0 | 8B | 0 | 0 | 2A | 64 | 6 | 23 | 64 | 2F |
| Octal | 360 | 213 | 0 | 0 | 52 | 144 | 6 | 43 | 144 | 57 |
| Binary | 11110000 | 10001011 | 0 | 0 | 101010 | 1100100 | 110 | 100011 | 1100100 | 101111 |
Color Harmonies of #F08B00
Complementary color
Monochromatic Colors of #F08B00
Black with #F08B00
Text Example
Text Example
White with #F08B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B00; }
p { color: rgb(240,139,0); }
H1.HeaderClassName
{
color: #F08B00;
}
.AnyTagClassName
{
color: #F08B00;
}
</style>
background-color css
<style>
a { background-color: #F08B00; }
a { background-color: rgb(240,139,0); }
div.DivClassName
{
background-color: #F08B00;
}
.BgClassName
{
background-color: #F08B00;
}
</style>
border-color css
<style>
span { border-color: #F08B00; }
span { border-color: rgb(240,139,0); }
td.TdClassName
{
border-color: #F08B00;
}
.TagClassName
{
border-color: #F08B00;
}
</style>