Shades of Tangerine #F0800B
Tints of Tangerine #F0800B
RGB
CMYK
RGB Variations
Color information
#F0800B (or 0xF0800B) is known color: Tangerine. HEX triplet: F0, 80 and 0B. RGB value is (240,128,11). Sum of RGB (Red+Green+Blue) = 240+128+11=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0800B is #0F7FF4. Grayscale: #949494. Windows color (decimal): -1015797 or 753904. OLE color: 753904.
HSL color Cylindrical-coordinate representation of color #F0800B: hue angle of 30.66º 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 #F0800B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.06 |
| HSL | 30.66º | 0.91% | 0.49% | - |
| HSV(B) | 30.66º | 0.95% | 0.94% | - |
| XYZ | 43.71 | 33.99 | 4.57 | - |
| YUV | 148.15 | 50.61 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 11 | 0 | 0.47 | 0.95 | 0.06 | 30.66 | 0.91 | 0.49 |
| Hex | F0 | 80 | B | 0 | 2F | 5F | 6 | 1F | 5B | 31 |
| Octal | 360 | 200 | 13 | 0 | 57 | 137 | 6 | 37 | 133 | 61 |
| Binary | 11110000 | 10000000 | 1011 | 0 | 101111 | 1011111 | 110 | 11111 | 1011011 | 110001 |
Color Harmonies of #F0800B
Complementary color
Monochromatic Colors of #F0800B
Black with #F0800B
Text Example
Text Example
White with #F0800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0800B; }
p { color: rgb(240,128,11); }
H1.HeaderClassName
{
color: #F0800B;
}
.AnyTagClassName
{
color: #F0800B;
}
</style>
background-color css
<style>
a { background-color: #F0800B; }
a { background-color: rgb(240,128,11); }
div.DivClassName
{
background-color: #F0800B;
}
.BgClassName
{
background-color: #F0800B;
}
</style>
border-color css
<style>
span { border-color: #F0800B; }
span { border-color: rgb(240,128,11); }
td.TdClassName
{
border-color: #F0800B;
}
.TagClassName
{
border-color: #F0800B;
}
</style>