Shades of Tangerine #F08B02
Tints of Tangerine #F08B02
RGB
CMYK
RGB Variations
Color information
#F08B02 (or 0xF08B02) is known color: Tangerine. HEX triplet: F0, 8B and 02. RGB value is (240,139,2). Sum of RGB (Red+Green+Blue) = 240+139+2=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08B02 is #0F74FD. Grayscale: #9A9A9A. Windows color (decimal): -1012990 or 166896. OLE color: 166896.
HSL color Cylindrical-coordinate representation of color #F08B02: hue angle of 34.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08B02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.06 |
| HSL | 34.54º | 0.98% | 0.47% | - |
| HSV(B) | 34.54º | 0.99% | 0.94% | - |
| XYZ | 45.18 | 36.99 | 4.82 | - |
| YUV | 153.58 | 42.46 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 2 | 0 | 0.42 | 0.99 | 0.06 | 34.54 | 0.98 | 0.47 |
| Hex | F0 | 8B | 2 | 0 | 2A | 63 | 6 | 23 | 62 | 2F |
| Octal | 360 | 213 | 2 | 0 | 52 | 143 | 6 | 43 | 142 | 57 |
| Binary | 11110000 | 10001011 | 10 | 0 | 101010 | 1100011 | 110 | 100011 | 1100010 | 101111 |
Color Harmonies of #F08B02
Complementary color
Monochromatic Colors of #F08B02
Black with #F08B02
Text Example
Text Example
White with #F08B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B02; }
p { color: rgb(240,139,2); }
H1.HeaderClassName
{
color: #F08B02;
}
.AnyTagClassName
{
color: #F08B02;
}
</style>
background-color css
<style>
a { background-color: #F08B02; }
a { background-color: rgb(240,139,2); }
div.DivClassName
{
background-color: #F08B02;
}
.BgClassName
{
background-color: #F08B02;
}
</style>
border-color css
<style>
span { border-color: #F08B02; }
span { border-color: rgb(240,139,2); }
td.TdClassName
{
border-color: #F08B02;
}
.TagClassName
{
border-color: #F08B02;
}
</style>