Shades of Tangerine #F4880A
Tints of Tangerine #F4880A
RGB
CMYK
RGB Variations
Color information
#F4880A (or 0xF4880A) is known color: Tangerine. HEX triplet: F4, 88 and 0A. RGB value is (244,136,10). Sum of RGB (Red+Green+Blue) = 244+136+10=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F4880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4880A is #0B77F5. Grayscale: #9A9A9A. Windows color (decimal): -751606 or 690420. OLE color: 690420.
HSL color Cylindrical-coordinate representation of color #F4880A: hue angle of 32.31º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4880A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.04 |
| HSL | 32.31º | 0.92% | 0.5% | - |
| HSV(B) | 32.31º | 0.96% | 0.96% | - |
| XYZ | 46.17 | 36.86 | 4.97 | - |
| YUV | 153.93 | 46.78 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 10 | 0 | 0.44 | 0.96 | 0.04 | 32.31 | 0.92 | 0.5 |
| Hex | F4 | 88 | A | 0 | 2C | 60 | 4 | 20 | 5C | 32 |
| Octal | 364 | 210 | 12 | 0 | 54 | 140 | 4 | 40 | 134 | 62 |
| Binary | 11110100 | 10001000 | 1010 | 0 | 101100 | 1100000 | 100 | 100000 | 1011100 | 110010 |
Color Harmonies of #F4880A
Complementary color
Monochromatic Colors of #F4880A
Black with #F4880A
Text Example
Text Example
White with #F4880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4880A; }
p { color: rgb(244,136,10); }
H1.HeaderClassName
{
color: #F4880A;
}
.AnyTagClassName
{
color: #F4880A;
}
</style>
background-color css
<style>
a { background-color: #F4880A; }
a { background-color: rgb(244,136,10); }
div.DivClassName
{
background-color: #F4880A;
}
.BgClassName
{
background-color: #F4880A;
}
</style>
border-color css
<style>
span { border-color: #F4880A; }
span { border-color: rgb(244,136,10); }
td.TdClassName
{
border-color: #F4880A;
}
.TagClassName
{
border-color: #F4880A;
}
</style>