Shades of Tangerine #F08213
Tints of Tangerine #F08213
RGB
CMYK
RGB Variations
Color information
#F08213 (or 0xF08213) is known color: Tangerine. HEX triplet: F0, 82 and 13. RGB value is (240,130,19). Sum of RGB (Red+Green+Blue) = 240+130+19=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08213 is #0F7DEC. Grayscale: #969696. Windows color (decimal): -1015277 or 1278704. OLE color: 1278704.
HSL color Cylindrical-coordinate representation of color #F08213: hue angle of 30.14º 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 #F08213 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 30.14º | 0.88% | 0.51% | - |
| HSV(B) | 30.14º | 0.92% | 0.94% | - |
| XYZ | 44.04 | 34.54 | 4.96 | - |
| YUV | 150.24 | 53.94 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 19 | 0 | 0.46 | 0.92 | 0.06 | 30.14 | 0.88 | 0.51 |
| Hex | F0 | 82 | 13 | 0 | 2E | 5C | 6 | 1E | 58 | 33 |
| Octal | 360 | 202 | 23 | 0 | 56 | 134 | 6 | 36 | 130 | 63 |
| Binary | 11110000 | 10000010 | 10011 | 0 | 101110 | 1011100 | 110 | 11110 | 1011000 | 110011 |
Color Harmonies of #F08213
Complementary color
Monochromatic Colors of #F08213
Black with #F08213
Text Example
Text Example
White with #F08213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08213; }
p { color: rgb(240,130,19); }
H1.HeaderClassName
{
color: #F08213;
}
.AnyTagClassName
{
color: #F08213;
}
</style>
background-color css
<style>
a { background-color: #F08213; }
a { background-color: rgb(240,130,19); }
div.DivClassName
{
background-color: #F08213;
}
.BgClassName
{
background-color: #F08213;
}
</style>
border-color css
<style>
span { border-color: #F08213; }
span { border-color: rgb(240,130,19); }
td.TdClassName
{
border-color: #F08213;
}
.TagClassName
{
border-color: #F08213;
}
</style>