Shades of Tangerine #F08003
Tints of Tangerine #F08003
RGB
CMYK
RGB Variations
Color information
#F08003 (or 0xF08003) is known color: Tangerine. HEX triplet: F0, 80 and 03. RGB value is (240,128,3). Sum of RGB (Red+Green+Blue) = 240+128+3=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F08003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08003 is #0F7FFC. Grayscale: #939393. Windows color (decimal): -1015805 or 229616. OLE color: 229616.
HSL color Cylindrical-coordinate representation of color #F08003: hue angle of 31.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08003 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.06 |
| HSL | 31.65º | 0.98% | 0.48% | - |
| HSV(B) | 31.65º | 0.99% | 0.94% | - |
| XYZ | 43.67 | 33.97 | 4.34 | - |
| YUV | 147.24 | 46.61 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 3 | 0 | 0.47 | 0.99 | 0.06 | 31.65 | 0.98 | 0.48 |
| Hex | F0 | 80 | 3 | 0 | 2F | 63 | 6 | 20 | 62 | 30 |
| Octal | 360 | 200 | 3 | 0 | 57 | 143 | 6 | 40 | 142 | 60 |
| Binary | 11110000 | 10000000 | 11 | 0 | 101111 | 1100011 | 110 | 100000 | 1100010 | 110000 |
Color Harmonies of #F08003
Complementary color
Monochromatic Colors of #F08003
Black with #F08003
Text Example
Text Example
White with #F08003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08003; }
p { color: rgb(240,128,3); }
H1.HeaderClassName
{
color: #F08003;
}
.AnyTagClassName
{
color: #F08003;
}
</style>
background-color css
<style>
a { background-color: #F08003; }
a { background-color: rgb(240,128,3); }
div.DivClassName
{
background-color: #F08003;
}
.BgClassName
{
background-color: #F08003;
}
</style>
border-color css
<style>
span { border-color: #F08003; }
span { border-color: rgb(240,128,3); }
td.TdClassName
{
border-color: #F08003;
}
.TagClassName
{
border-color: #F08003;
}
</style>