Shades of Tangerine #F28511
Tints of Tangerine #F28511
RGB
CMYK
RGB Variations
Color information
#F28511 (or 0xF28511) is known color: Tangerine. HEX triplet: F2, 85 and 11. RGB value is (242,133,17). Sum of RGB (Red+Green+Blue) = 242+133+17=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28511 is #0D7AEE. Grayscale: #989898. Windows color (decimal): -883439 or 1148402. OLE color: 1148402.
HSL color Cylindrical-coordinate representation of color #F28511: hue angle of 30.93º 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 #F28511 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 30.93º | 0.9% | 0.51% | - |
| HSV(B) | 30.93º | 0.93% | 0.95% | - |
| XYZ | 45.11 | 35.69 | 5.04 | - |
| YUV | 152.37 | 51.61 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 17 | 0 | 0.45 | 0.93 | 0.05 | 30.93 | 0.9 | 0.51 |
| Hex | F2 | 85 | 11 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 205 | 21 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000101 | 10001 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28511
Complementary color
Monochromatic Colors of #F28511
Black with #F28511
Text Example
Text Example
White with #F28511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28511; }
p { color: rgb(242,133,17); }
H1.HeaderClassName
{
color: #F28511;
}
.AnyTagClassName
{
color: #F28511;
}
</style>
background-color css
<style>
a { background-color: #F28511; }
a { background-color: rgb(242,133,17); }
div.DivClassName
{
background-color: #F28511;
}
.BgClassName
{
background-color: #F28511;
}
</style>
border-color css
<style>
span { border-color: #F28511; }
span { border-color: rgb(242,133,17); }
td.TdClassName
{
border-color: #F28511;
}
.TagClassName
{
border-color: #F28511;
}
</style>