Shades of Tangerine #F0800D
Tints of Tangerine #F0800D
RGB
CMYK
RGB Variations
Color information
#F0800D (or 0xF0800D) is known color: Tangerine. HEX triplet: F0, 80 and 0D. RGB value is (240,128,13). Sum of RGB (Red+Green+Blue) = 240+128+13=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0800D is #0F7FF2. Grayscale: #949494. Windows color (decimal): -1015795 or 884976. OLE color: 884976.
HSL color Cylindrical-coordinate representation of color #F0800D: hue angle of 30.4º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0800D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.06 |
| HSL | 30.4º | 0.9% | 0.5% | - |
| HSV(B) | 30.4º | 0.95% | 0.94% | - |
| XYZ | 43.73 | 33.99 | 4.64 | - |
| YUV | 148.38 | 51.61 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 13 | 0 | 0.47 | 0.95 | 0.06 | 30.4 | 0.9 | 0.5 |
| Hex | F0 | 80 | D | 0 | 2F | 5F | 6 | 1E | 5A | 32 |
| Octal | 360 | 200 | 15 | 0 | 57 | 137 | 6 | 36 | 132 | 62 |
| Binary | 11110000 | 10000000 | 1101 | 0 | 101111 | 1011111 | 110 | 11110 | 1011010 | 110010 |
Color Harmonies of #F0800D
Complementary color
Monochromatic Colors of #F0800D
Black with #F0800D
Text Example
Text Example
White with #F0800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0800D; }
p { color: rgb(240,128,13); }
H1.HeaderClassName
{
color: #F0800D;
}
.AnyTagClassName
{
color: #F0800D;
}
</style>
background-color css
<style>
a { background-color: #F0800D; }
a { background-color: rgb(240,128,13); }
div.DivClassName
{
background-color: #F0800D;
}
.BgClassName
{
background-color: #F0800D;
}
</style>
border-color css
<style>
span { border-color: #F0800D; }
span { border-color: rgb(240,128,13); }
td.TdClassName
{
border-color: #F0800D;
}
.TagClassName
{
border-color: #F0800D;
}
</style>