Shades of Tangerine #F48A11
Tints of Tangerine #F48A11
RGB
CMYK
RGB Variations
Color information
#F48A11 (or 0xF48A11) is known color: Tangerine. HEX triplet: F4, 8A and 11. RGB value is (244,138,17). Sum of RGB (Red+Green+Blue) = 244+138+17=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48A11 is #0B75EE. Grayscale: #9C9C9C. Windows color (decimal): -751087 or 1149684. OLE color: 1149684.
HSL color Cylindrical-coordinate representation of color #F48A11: hue angle of 31.98º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F48A11 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.04 |
| HSL | 31.98º | 0.91% | 0.51% | - |
| HSV(B) | 31.98º | 0.93% | 0.96% | - |
| XYZ | 46.5 | 37.45 | 5.31 | - |
| YUV | 155.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 17 | 0 | 0.43 | 0.93 | 0.04 | 31.98 | 0.91 | 0.51 |
| Hex | F4 | 8A | 11 | 0 | 2B | 5D | 4 | 20 | 5B | 33 |
| Octal | 364 | 212 | 21 | 0 | 53 | 135 | 4 | 40 | 133 | 63 |
| Binary | 11110100 | 10001010 | 10001 | 0 | 101011 | 1011101 | 100 | 100000 | 1011011 | 110011 |
Color Harmonies of #F48A11
Complementary color
Monochromatic Colors of #F48A11
Black with #F48A11
Text Example
Text Example
White with #F48A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A11; }
p { color: rgb(244,138,17); }
H1.HeaderClassName
{
color: #F48A11;
}
.AnyTagClassName
{
color: #F48A11;
}
</style>
background-color css
<style>
a { background-color: #F48A11; }
a { background-color: rgb(244,138,17); }
div.DivClassName
{
background-color: #F48A11;
}
.BgClassName
{
background-color: #F48A11;
}
</style>
border-color css
<style>
span { border-color: #F48A11; }
span { border-color: rgb(244,138,17); }
td.TdClassName
{
border-color: #F48A11;
}
.TagClassName
{
border-color: #F48A11;
}
</style>