Shades of Tangerine #F48D0A
Tints of Tangerine #F48D0A
RGB
CMYK
RGB Variations
Color information
#F48D0A (or 0xF48D0A) is known color: Tangerine. HEX triplet: F4, 8D and 0A. RGB value is (244,141,10). Sum of RGB (Red+Green+Blue) = 244+141+10=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48D0A is #0B72F5. Grayscale: #9D9D9D. Windows color (decimal): -750326 or 691700. OLE color: 691700.
HSL color Cylindrical-coordinate representation of color #F48D0A: hue angle of 33.59º 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 #F48D0A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.04 |
| HSL | 33.59º | 0.92% | 0.5% | - |
| HSV(B) | 33.59º | 0.96% | 0.96% | - |
| XYZ | 46.89 | 38.3 | 5.21 | - |
| YUV | 156.86 | 45.12 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 10 | 0 | 0.42 | 0.96 | 0.04 | 33.59 | 0.92 | 0.5 |
| Hex | F4 | 8D | A | 0 | 2A | 60 | 4 | 22 | 5C | 32 |
| Octal | 364 | 215 | 12 | 0 | 52 | 140 | 4 | 42 | 134 | 62 |
| Binary | 11110100 | 10001101 | 1010 | 0 | 101010 | 1100000 | 100 | 100010 | 1011100 | 110010 |
Color Harmonies of #F48D0A
Complementary color
Monochromatic Colors of #F48D0A
Black with #F48D0A
Text Example
Text Example
White with #F48D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D0A; }
p { color: rgb(244,141,10); }
H1.HeaderClassName
{
color: #F48D0A;
}
.AnyTagClassName
{
color: #F48D0A;
}
</style>
background-color css
<style>
a { background-color: #F48D0A; }
a { background-color: rgb(244,141,10); }
div.DivClassName
{
background-color: #F48D0A;
}
.BgClassName
{
background-color: #F48D0A;
}
</style>
border-color css
<style>
span { border-color: #F48D0A; }
span { border-color: rgb(244,141,10); }
td.TdClassName
{
border-color: #F48D0A;
}
.TagClassName
{
border-color: #F48D0A;
}
</style>