Shades of Tangerine #F08502
Tints of Tangerine #F08502
RGB
CMYK
RGB Variations
Color information
#F08502 (or 0xF08502) is known color: Tangerine. HEX triplet: F0, 85 and 02. RGB value is (240,133,2). Sum of RGB (Red+Green+Blue) = 240+133+2=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F08502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08502 is #0F7AFD. Grayscale: #969696. Windows color (decimal): -1014526 or 165360. OLE color: 165360.
HSL color Cylindrical-coordinate representation of color #F08502: hue angle of 33.03º 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 #F08502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.06 |
| HSL | 33.03º | 0.98% | 0.47% | - |
| HSV(B) | 33.03º | 0.99% | 0.94% | - |
| XYZ | 44.33 | 35.3 | 4.54 | - |
| YUV | 150.06 | 44.45 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 2 | 0 | 0.45 | 0.99 | 0.06 | 33.03 | 0.98 | 0.47 |
| Hex | F0 | 85 | 2 | 0 | 2D | 63 | 6 | 21 | 62 | 2F |
| Octal | 360 | 205 | 2 | 0 | 55 | 143 | 6 | 41 | 142 | 57 |
| Binary | 11110000 | 10000101 | 10 | 0 | 101101 | 1100011 | 110 | 100001 | 1100010 | 101111 |
Color Harmonies of #F08502
Complementary color
Monochromatic Colors of #F08502
Black with #F08502
Text Example
Text Example
White with #F08502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08502; }
p { color: rgb(240,133,2); }
H1.HeaderClassName
{
color: #F08502;
}
.AnyTagClassName
{
color: #F08502;
}
</style>
background-color css
<style>
a { background-color: #F08502; }
a { background-color: rgb(240,133,2); }
div.DivClassName
{
background-color: #F08502;
}
.BgClassName
{
background-color: #F08502;
}
</style>
border-color css
<style>
span { border-color: #F08502; }
span { border-color: rgb(240,133,2); }
td.TdClassName
{
border-color: #F08502;
}
.TagClassName
{
border-color: #F08502;
}
</style>