Shades of Tangerine #F08413
Tints of Tangerine #F08413
RGB
CMYK
RGB Variations
Color information
#F08413 (or 0xF08413) is known color: Tangerine. HEX triplet: F0, 84 and 13. RGB value is (240,132,19). Sum of RGB (Red+Green+Blue) = 240+132+19=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F08413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08413 is #0F7BEC. Grayscale: #979797. Windows color (decimal): -1014765 or 1279216. OLE color: 1279216.
HSL color Cylindrical-coordinate representation of color #F08413: hue angle of 30.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08413 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 30.68º | 0.88% | 0.51% | - |
| HSV(B) | 30.68º | 0.92% | 0.94% | - |
| XYZ | 44.3 | 35.07 | 5.05 | - |
| YUV | 151.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 19 | 0 | 0.45 | 0.92 | 0.06 | 30.68 | 0.88 | 0.51 |
| Hex | F0 | 84 | 13 | 0 | 2D | 5C | 6 | 1F | 58 | 33 |
| Octal | 360 | 204 | 23 | 0 | 55 | 134 | 6 | 37 | 130 | 63 |
| Binary | 11110000 | 10000100 | 10011 | 0 | 101101 | 1011100 | 110 | 11111 | 1011000 | 110011 |
Color Harmonies of #F08413
Complementary color
Monochromatic Colors of #F08413
Black with #F08413
Text Example
Text Example
White with #F08413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08413; }
p { color: rgb(240,132,19); }
H1.HeaderClassName
{
color: #F08413;
}
.AnyTagClassName
{
color: #F08413;
}
</style>
background-color css
<style>
a { background-color: #F08413; }
a { background-color: rgb(240,132,19); }
div.DivClassName
{
background-color: #F08413;
}
.BgClassName
{
background-color: #F08413;
}
</style>
border-color css
<style>
span { border-color: #F08413; }
span { border-color: rgb(240,132,19); }
td.TdClassName
{
border-color: #F08413;
}
.TagClassName
{
border-color: #F08413;
}
</style>