Shades of Tangerine #F48C0E
Tints of Tangerine #F48C0E
RGB
CMYK
RGB Variations
Color information
#F48C0E (or 0xF48C0E) is known color: Tangerine. HEX triplet: F4, 8C and 0E. RGB value is (244,140,14). Sum of RGB (Red+Green+Blue) = 244+140+14=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C0E is #0B73F1. Grayscale: #9D9D9D. Windows color (decimal): -750578 or 953588. OLE color: 953588.
HSL color Cylindrical-coordinate representation of color #F48C0E: hue angle of 32.87º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F48C0E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.04 |
| HSL | 32.87º | 0.91% | 0.51% | - |
| HSV(B) | 32.87º | 0.94% | 0.96% | - |
| XYZ | 46.77 | 38.02 | 5.29 | - |
| YUV | 156.73 | 47.46 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 14 | 0 | 0.43 | 0.94 | 0.04 | 32.87 | 0.91 | 0.51 |
| Hex | F4 | 8C | E | 0 | 2B | 5E | 4 | 21 | 5B | 33 |
| Octal | 364 | 214 | 16 | 0 | 53 | 136 | 4 | 41 | 133 | 63 |
| Binary | 11110100 | 10001100 | 1110 | 0 | 101011 | 1011110 | 100 | 100001 | 1011011 | 110011 |
Color Harmonies of #F48C0E
Complementary color
Monochromatic Colors of #F48C0E
Black with #F48C0E
Text Example
Text Example
White with #F48C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C0E; }
p { color: rgb(244,140,14); }
H1.HeaderClassName
{
color: #F48C0E;
}
.AnyTagClassName
{
color: #F48C0E;
}
</style>
background-color css
<style>
a { background-color: #F48C0E; }
a { background-color: rgb(244,140,14); }
div.DivClassName
{
background-color: #F48C0E;
}
.BgClassName
{
background-color: #F48C0E;
}
</style>
border-color css
<style>
span { border-color: #F48C0E; }
span { border-color: rgb(244,140,14); }
td.TdClassName
{
border-color: #F48C0E;
}
.TagClassName
{
border-color: #F48C0E;
}
</style>