Shades of Tangerine #F27C0E
Tints of Tangerine #F27C0E
RGB
CMYK
RGB Variations
Color information
#F27C0E (or 0xF27C0E) is known color: Tangerine. HEX triplet: F2, 7C and 0E. RGB value is (242,124,14). Sum of RGB (Red+Green+Blue) = 242+124+14=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C0E is #0D83F1. Grayscale: #939393. Windows color (decimal): -885746 or 949490. OLE color: 949490.
HSL color Cylindrical-coordinate representation of color #F27C0E: hue angle of 28.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F27C0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.05 |
| HSL | 28.95º | 0.9% | 0.5% | - |
| HSV(B) | 28.95º | 0.94% | 0.95% | - |
| XYZ | 43.9 | 33.32 | 4.53 | - |
| YUV | 146.74 | 53.09 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 14 | 0 | 0.49 | 0.94 | 0.05 | 28.95 | 0.9 | 0.5 |
| Hex | F2 | 7C | E | 0 | 31 | 5E | 5 | 1D | 5A | 32 |
| Octal | 362 | 174 | 16 | 0 | 61 | 136 | 5 | 35 | 132 | 62 |
| Binary | 11110010 | 1111100 | 1110 | 0 | 110001 | 1011110 | 101 | 11101 | 1011010 | 110010 |
Color Harmonies of #F27C0E
Complementary color
Monochromatic Colors of #F27C0E
Black with #F27C0E
Text Example
Text Example
White with #F27C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C0E; }
p { color: rgb(242,124,14); }
H1.HeaderClassName
{
color: #F27C0E;
}
.AnyTagClassName
{
color: #F27C0E;
}
</style>
background-color css
<style>
a { background-color: #F27C0E; }
a { background-color: rgb(242,124,14); }
div.DivClassName
{
background-color: #F27C0E;
}
.BgClassName
{
background-color: #F27C0E;
}
</style>
border-color css
<style>
span { border-color: #F27C0E; }
span { border-color: rgb(242,124,14); }
td.TdClassName
{
border-color: #F27C0E;
}
.TagClassName
{
border-color: #F27C0E;
}
</style>