Shades of Tangerine #F4880B
Tints of Tangerine #F4880B
RGB
CMYK
RGB Variations
Color information
#F4880B (or 0xF4880B) is known color: Tangerine. HEX triplet: F4, 88 and 0B. RGB value is (244,136,11). Sum of RGB (Red+Green+Blue) = 244+136+11=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F4880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4880B is #0B77F4. Grayscale: #9A9A9A. Windows color (decimal): -751605 or 755956. OLE color: 755956.
HSL color Cylindrical-coordinate representation of color #F4880B: hue angle of 32.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4880B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.04 |
| HSL | 32.19º | 0.91% | 0.5% | - |
| HSV(B) | 32.19º | 0.95% | 0.96% | - |
| XYZ | 46.17 | 36.87 | 5 | - |
| YUV | 154.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 11 | 0 | 0.44 | 0.95 | 0.04 | 32.19 | 0.91 | 0.5 |
| Hex | F4 | 88 | B | 0 | 2C | 5F | 4 | 20 | 5B | 32 |
| Octal | 364 | 210 | 13 | 0 | 54 | 137 | 4 | 40 | 133 | 62 |
| Binary | 11110100 | 10001000 | 1011 | 0 | 101100 | 1011111 | 100 | 100000 | 1011011 | 110010 |
Color Harmonies of #F4880B
Complementary color
Monochromatic Colors of #F4880B
Black with #F4880B
Text Example
Text Example
White with #F4880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4880B; }
p { color: rgb(244,136,11); }
H1.HeaderClassName
{
color: #F4880B;
}
.AnyTagClassName
{
color: #F4880B;
}
</style>
background-color css
<style>
a { background-color: #F4880B; }
a { background-color: rgb(244,136,11); }
div.DivClassName
{
background-color: #F4880B;
}
.BgClassName
{
background-color: #F4880B;
}
</style>
border-color css
<style>
span { border-color: #F4880B; }
span { border-color: rgb(244,136,11); }
td.TdClassName
{
border-color: #F4880B;
}
.TagClassName
{
border-color: #F4880B;
}
</style>