Shades of Tangerine #F47C0A
Tints of Tangerine #F47C0A
RGB
CMYK
RGB Variations
Color information
#F47C0A (or 0xF47C0A) is known color: Tangerine. HEX triplet: F4, 7C and 0A. RGB value is (244,124,10). Sum of RGB (Red+Green+Blue) = 244+124+10=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47C0A is #0B83F5. Grayscale: #939393. Windows color (decimal): -754678 or 687348. OLE color: 687348.
HSL color Cylindrical-coordinate representation of color #F47C0A: hue angle of 29.23º 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 #F47C0A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.04 |
| HSL | 29.23º | 0.92% | 0.5% | - |
| HSV(B) | 29.23º | 0.96% | 0.96% | - |
| XYZ | 44.57 | 33.67 | 4.44 | - |
| YUV | 146.88 | 50.76 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 10 | 0 | 0.49 | 0.96 | 0.04 | 29.23 | 0.92 | 0.5 |
| Hex | F4 | 7C | A | 0 | 31 | 60 | 4 | 1D | 5C | 32 |
| Octal | 364 | 174 | 12 | 0 | 61 | 140 | 4 | 35 | 134 | 62 |
| Binary | 11110100 | 1111100 | 1010 | 0 | 110001 | 1100000 | 100 | 11101 | 1011100 | 110010 |
Color Harmonies of #F47C0A
Complementary color
Monochromatic Colors of #F47C0A
Black with #F47C0A
Text Example
Text Example
White with #F47C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C0A; }
p { color: rgb(244,124,10); }
H1.HeaderClassName
{
color: #F47C0A;
}
.AnyTagClassName
{
color: #F47C0A;
}
</style>
background-color css
<style>
a { background-color: #F47C0A; }
a { background-color: rgb(244,124,10); }
div.DivClassName
{
background-color: #F47C0A;
}
.BgClassName
{
background-color: #F47C0A;
}
</style>
border-color css
<style>
span { border-color: #F47C0A; }
span { border-color: rgb(244,124,10); }
td.TdClassName
{
border-color: #F47C0A;
}
.TagClassName
{
border-color: #F47C0A;
}
</style>