Shades of Tangerine #F08F03
Tints of Tangerine #F08F03
RGB
CMYK
RGB Variations
Color information
#F08F03 (or 0xF08F03) is known color: Tangerine. HEX triplet: F0, 8F and 03. RGB value is (240,143,3). Sum of RGB (Red+Green+Blue) = 240+143+3=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F03 is #0F70FC. Grayscale: #9C9C9C. Windows color (decimal): -1011965 or 233456. OLE color: 233456.
HSL color Cylindrical-coordinate representation of color #F08F03: hue angle of 35.44º 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 #F08F03 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.06 |
| HSL | 35.44º | 0.98% | 0.48% | - |
| HSV(B) | 35.44º | 0.99% | 0.94% | - |
| XYZ | 45.77 | 38.18 | 5.04 | - |
| YUV | 156.04 | 41.64 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 3 | 0 | 0.40 | 0.99 | 0.06 | 35.44 | 0.98 | 0.48 |
| Hex | F0 | 8F | 3 | 0 | 28 | 63 | 6 | 23 | 62 | 30 |
| Octal | 360 | 217 | 3 | 0 | 50 | 143 | 6 | 43 | 142 | 60 |
| Binary | 11110000 | 10001111 | 11 | 0 | 101000 | 1100011 | 110 | 100011 | 1100010 | 110000 |
Color Harmonies of #F08F03
Complementary color
Monochromatic Colors of #F08F03
Black with #F08F03
Text Example
Text Example
White with #F08F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F03; }
p { color: rgb(240,143,3); }
H1.HeaderClassName
{
color: #F08F03;
}
.AnyTagClassName
{
color: #F08F03;
}
</style>
background-color css
<style>
a { background-color: #F08F03; }
a { background-color: rgb(240,143,3); }
div.DivClassName
{
background-color: #F08F03;
}
.BgClassName
{
background-color: #F08F03;
}
</style>
border-color css
<style>
span { border-color: #F08F03; }
span { border-color: rgb(240,143,3); }
td.TdClassName
{
border-color: #F08F03;
}
.TagClassName
{
border-color: #F08F03;
}
</style>