Shades of Tangerine #F0820B
Tints of Tangerine #F0820B
RGB
CMYK
RGB Variations
Color information
#F0820B (or 0xF0820B) is known color: Tangerine. HEX triplet: F0, 82 and 0B. RGB value is (240,130,11). Sum of RGB (Red+Green+Blue) = 240+130+11=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0820B is #0F7DF4. Grayscale: #959595. Windows color (decimal): -1015285 or 754416. OLE color: 754416.
HSL color Cylindrical-coordinate representation of color #F0820B: hue angle of 31.18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0820B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.06 |
| HSL | 31.18º | 0.91% | 0.49% | - |
| HSV(B) | 31.18º | 0.95% | 0.94% | - |
| XYZ | 43.98 | 34.51 | 4.66 | - |
| YUV | 149.32 | 49.94 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 11 | 0 | 0.46 | 0.95 | 0.06 | 31.18 | 0.91 | 0.49 |
| Hex | F0 | 82 | B | 0 | 2E | 5F | 6 | 1F | 5B | 31 |
| Octal | 360 | 202 | 13 | 0 | 56 | 137 | 6 | 37 | 133 | 61 |
| Binary | 11110000 | 10000010 | 1011 | 0 | 101110 | 1011111 | 110 | 11111 | 1011011 | 110001 |
Color Harmonies of #F0820B
Complementary color
Monochromatic Colors of #F0820B
Black with #F0820B
Text Example
Text Example
White with #F0820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0820B; }
p { color: rgb(240,130,11); }
H1.HeaderClassName
{
color: #F0820B;
}
.AnyTagClassName
{
color: #F0820B;
}
</style>
background-color css
<style>
a { background-color: #F0820B; }
a { background-color: rgb(240,130,11); }
div.DivClassName
{
background-color: #F0820B;
}
.BgClassName
{
background-color: #F0820B;
}
</style>
border-color css
<style>
span { border-color: #F0820B; }
span { border-color: rgb(240,130,11); }
td.TdClassName
{
border-color: #F0820B;
}
.TagClassName
{
border-color: #F0820B;
}
</style>