Shades of Tangerine #F0880D
Tints of Tangerine #F0880D
RGB
CMYK
RGB Variations
Color information
#F0880D (or 0xF0880D) is known color: Tangerine. HEX triplet: F0, 88 and 0D. RGB value is (240,136,13). Sum of RGB (Red+Green+Blue) = 240+136+13=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0880D is #0F77F2. Grayscale: #999999. Windows color (decimal): -1013747 or 887024. OLE color: 887024.
HSL color Cylindrical-coordinate representation of color #F0880D: hue angle of 32.51º 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 #F0880D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.06 |
| HSL | 32.51º | 0.9% | 0.5% | - |
| HSV(B) | 32.51º | 0.95% | 0.94% | - |
| XYZ | 44.81 | 36.16 | 5 | - |
| YUV | 153.07 | 48.96 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 13 | 0 | 0.43 | 0.95 | 0.06 | 32.51 | 0.9 | 0.5 |
| Hex | F0 | 88 | D | 0 | 2B | 5F | 6 | 21 | 5A | 32 |
| Octal | 360 | 210 | 15 | 0 | 53 | 137 | 6 | 41 | 132 | 62 |
| Binary | 11110000 | 10001000 | 1101 | 0 | 101011 | 1011111 | 110 | 100001 | 1011010 | 110010 |
Color Harmonies of #F0880D
Complementary color
Monochromatic Colors of #F0880D
Black with #F0880D
Text Example
Text Example
White with #F0880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0880D; }
p { color: rgb(240,136,13); }
H1.HeaderClassName
{
color: #F0880D;
}
.AnyTagClassName
{
color: #F0880D;
}
</style>
background-color css
<style>
a { background-color: #F0880D; }
a { background-color: rgb(240,136,13); }
div.DivClassName
{
background-color: #F0880D;
}
.BgClassName
{
background-color: #F0880D;
}
</style>
border-color css
<style>
span { border-color: #F0880D; }
span { border-color: rgb(240,136,13); }
td.TdClassName
{
border-color: #F0880D;
}
.TagClassName
{
border-color: #F0880D;
}
</style>