Shades of Tangerine #F48C10
Tints of Tangerine #F48C10
RGB
CMYK
RGB Variations
Color information
#F48C10 (or 0xF48C10) is known color: Tangerine. HEX triplet: F4, 8C and 10. RGB value is (244,140,16). Sum of RGB (Red+Green+Blue) = 244+140+16=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C10 is #0B73EF. Grayscale: #9D9D9D. Windows color (decimal): -750576 or 1084660. OLE color: 1084660.
HSL color Cylindrical-coordinate representation of color #F48C10: hue angle of 32.63º 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 #F48C10 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 16 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.04 |
| HSL | 32.63º | 0.91% | 0.51% | - |
| HSV(B) | 32.63º | 0.93% | 0.96% | - |
| XYZ | 46.78 | 38.03 | 5.36 | - |
| YUV | 156.96 | 48.46 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 16 | 0 | 0.43 | 0.93 | 0.04 | 32.63 | 0.91 | 0.51 |
| Hex | F4 | 8C | 10 | 0 | 2B | 5D | 4 | 21 | 5B | 33 |
| Octal | 364 | 214 | 20 | 0 | 53 | 135 | 4 | 41 | 133 | 63 |
| Binary | 11110100 | 10001100 | 10000 | 0 | 101011 | 1011101 | 100 | 100001 | 1011011 | 110011 |
Color Harmonies of #F48C10
Complementary color
Monochromatic Colors of #F48C10
Black with #F48C10
Text Example
Text Example
White with #F48C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C10; }
p { color: rgb(244,140,16); }
H1.HeaderClassName
{
color: #F48C10;
}
.AnyTagClassName
{
color: #F48C10;
}
</style>
background-color css
<style>
a { background-color: #F48C10; }
a { background-color: rgb(244,140,16); }
div.DivClassName
{
background-color: #F48C10;
}
.BgClassName
{
background-color: #F48C10;
}
</style>
border-color css
<style>
span { border-color: #F48C10; }
span { border-color: rgb(244,140,16); }
td.TdClassName
{
border-color: #F48C10;
}
.TagClassName
{
border-color: #F48C10;
}
</style>