Shades of Tangerine #F47C0C
Tints of Tangerine #F47C0C
RGB
CMYK
RGB Variations
Color information
#F47C0C (or 0xF47C0C) is known color: Tangerine. HEX triplet: F4, 7C and 0C. RGB value is (244,124,12). Sum of RGB (Red+Green+Blue) = 244+124+12=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47C0C is #0B83F3. Grayscale: #939393. Windows color (decimal): -754676 or 818420. OLE color: 818420.
HSL color Cylindrical-coordinate representation of color #F47C0C: hue angle of 28.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F47C0C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.04 |
| HSL | 28.97º | 0.91% | 0.5% | - |
| HSV(B) | 28.97º | 0.95% | 0.96% | - |
| XYZ | 44.58 | 33.67 | 4.5 | - |
| YUV | 147.11 | 51.76 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 12 | 0 | 0.49 | 0.95 | 0.04 | 28.97 | 0.91 | 0.5 |
| Hex | F4 | 7C | C | 0 | 31 | 5F | 4 | 1D | 5B | 32 |
| Octal | 364 | 174 | 14 | 0 | 61 | 137 | 4 | 35 | 133 | 62 |
| Binary | 11110100 | 1111100 | 1100 | 0 | 110001 | 1011111 | 100 | 11101 | 1011011 | 110010 |
Color Harmonies of #F47C0C
Complementary color
Monochromatic Colors of #F47C0C
Black with #F47C0C
Text Example
Text Example
White with #F47C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C0C; }
p { color: rgb(244,124,12); }
H1.HeaderClassName
{
color: #F47C0C;
}
.AnyTagClassName
{
color: #F47C0C;
}
</style>
background-color css
<style>
a { background-color: #F47C0C; }
a { background-color: rgb(244,124,12); }
div.DivClassName
{
background-color: #F47C0C;
}
.BgClassName
{
background-color: #F47C0C;
}
</style>
border-color css
<style>
span { border-color: #F47C0C; }
span { border-color: rgb(244,124,12); }
td.TdClassName
{
border-color: #F47C0C;
}
.TagClassName
{
border-color: #F47C0C;
}
</style>