Shades of Tangerine #F0880B
Tints of Tangerine #F0880B
RGB
CMYK
RGB Variations
Color information
#F0880B (or 0xF0880B) is known color: Tangerine. HEX triplet: F0, 88 and 0B. RGB value is (240,136,11). Sum of RGB (Red+Green+Blue) = 240+136+11=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0880B is #0F77F4. Grayscale: #999999. Windows color (decimal): -1013749 or 755952. OLE color: 755952.
HSL color Cylindrical-coordinate representation of color #F0880B: hue angle of 32.75º 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 #F0880B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.06 |
| HSL | 32.75º | 0.91% | 0.49% | - |
| HSV(B) | 32.75º | 0.95% | 0.94% | - |
| XYZ | 44.8 | 36.16 | 4.93 | - |
| YUV | 152.85 | 47.96 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 11 | 0 | 0.43 | 0.95 | 0.06 | 32.75 | 0.91 | 0.49 |
| Hex | F0 | 88 | B | 0 | 2B | 5F | 6 | 21 | 5B | 31 |
| Octal | 360 | 210 | 13 | 0 | 53 | 137 | 6 | 41 | 133 | 61 |
| Binary | 11110000 | 10001000 | 1011 | 0 | 101011 | 1011111 | 110 | 100001 | 1011011 | 110001 |
Color Harmonies of #F0880B
Complementary color
Monochromatic Colors of #F0880B
Black with #F0880B
Text Example
Text Example
White with #F0880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0880B; }
p { color: rgb(240,136,11); }
H1.HeaderClassName
{
color: #F0880B;
}
.AnyTagClassName
{
color: #F0880B;
}
</style>
background-color css
<style>
a { background-color: #F0880B; }
a { background-color: rgb(240,136,11); }
div.DivClassName
{
background-color: #F0880B;
}
.BgClassName
{
background-color: #F0880B;
}
</style>
border-color css
<style>
span { border-color: #F0880B; }
span { border-color: rgb(240,136,11); }
td.TdClassName
{
border-color: #F0880B;
}
.TagClassName
{
border-color: #F0880B;
}
</style>