Shades of Tangerine #F27E0E
Tints of Tangerine #F27E0E
RGB
CMYK
RGB Variations
Color information
#F27E0E (or 0xF27E0E) is known color: Tangerine. HEX triplet: F2, 7E and 0E. RGB value is (242,126,14). Sum of RGB (Red+Green+Blue) = 242+126+14=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27E0E is #0D81F1. Grayscale: #949494. Windows color (decimal): -885234 or 950002. OLE color: 950002.
HSL color Cylindrical-coordinate representation of color #F27E0E: hue angle of 29.47º 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 #F27E0E is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 14 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.05 |
| HSL | 29.47º | 0.9% | 0.5% | - |
| HSV(B) | 29.47º | 0.94% | 0.95% | - |
| XYZ | 44.16 | 33.83 | 4.62 | - |
| YUV | 147.92 | 52.43 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 14 | 0 | 0.48 | 0.94 | 0.05 | 29.47 | 0.9 | 0.5 |
| Hex | F2 | 7E | E | 0 | 30 | 5E | 5 | 1D | 5A | 32 |
| Octal | 362 | 176 | 16 | 0 | 60 | 136 | 5 | 35 | 132 | 62 |
| Binary | 11110010 | 1111110 | 1110 | 0 | 110000 | 1011110 | 101 | 11101 | 1011010 | 110010 |
Color Harmonies of #F27E0E
Complementary color
Monochromatic Colors of #F27E0E
Black with #F27E0E
Text Example
Text Example
White with #F27E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E0E; }
p { color: rgb(242,126,14); }
H1.HeaderClassName
{
color: #F27E0E;
}
.AnyTagClassName
{
color: #F27E0E;
}
</style>
background-color css
<style>
a { background-color: #F27E0E; }
a { background-color: rgb(242,126,14); }
div.DivClassName
{
background-color: #F27E0E;
}
.BgClassName
{
background-color: #F27E0E;
}
</style>
border-color css
<style>
span { border-color: #F27E0E; }
span { border-color: rgb(242,126,14); }
td.TdClassName
{
border-color: #F27E0E;
}
.TagClassName
{
border-color: #F27E0E;
}
</style>