Shades of Tangerine #F28311
Tints of Tangerine #F28311
RGB
CMYK
RGB Variations
Color information
#F28311 (or 0xF28311) is known color: Tangerine. HEX triplet: F2, 83 and 11. RGB value is (242,131,17). Sum of RGB (Red+Green+Blue) = 242+131+17=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F28311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28311 is #0D7CEE. Grayscale: #979797. Windows color (decimal): -883951 or 1147890. OLE color: 1147890.
HSL color Cylindrical-coordinate representation of color #F28311: hue angle of 30.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28311 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.05 |
| HSL | 30.4º | 0.9% | 0.51% | - |
| HSV(B) | 30.4º | 0.93% | 0.95% | - |
| XYZ | 44.84 | 35.15 | 4.95 | - |
| YUV | 151.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 17 | 0 | 0.46 | 0.93 | 0.05 | 30.4 | 0.9 | 0.51 |
| Hex | F2 | 83 | 11 | 0 | 2E | 5D | 5 | 1E | 5A | 33 |
| Octal | 362 | 203 | 21 | 0 | 56 | 135 | 5 | 36 | 132 | 63 |
| Binary | 11110010 | 10000011 | 10001 | 0 | 101110 | 1011101 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F28311
Complementary color
Monochromatic Colors of #F28311
Black with #F28311
Text Example
Text Example
White with #F28311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28311; }
p { color: rgb(242,131,17); }
H1.HeaderClassName
{
color: #F28311;
}
.AnyTagClassName
{
color: #F28311;
}
</style>
background-color css
<style>
a { background-color: #F28311; }
a { background-color: rgb(242,131,17); }
div.DivClassName
{
background-color: #F28311;
}
.BgClassName
{
background-color: #F28311;
}
</style>
border-color css
<style>
span { border-color: #F28311; }
span { border-color: rgb(242,131,17); }
td.TdClassName
{
border-color: #F28311;
}
.TagClassName
{
border-color: #F28311;
}
</style>