Shades of Tangerine #F28411
Tints of Tangerine #F28411
RGB
CMYK
RGB Variations
Color information
#F28411 (or 0xF28411) is known color: Tangerine. HEX triplet: F2, 84 and 11. RGB value is (242,132,17). Sum of RGB (Red+Green+Blue) = 242+132+17=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F28411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28411 is #0D7BEE. Grayscale: #989898. Windows color (decimal): -883695 or 1148146. OLE color: 1148146.
HSL color Cylindrical-coordinate representation of color #F28411: hue angle of 30.67º 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 #F28411 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 30.67º | 0.9% | 0.51% | - |
| HSV(B) | 30.67º | 0.93% | 0.95% | - |
| XYZ | 44.97 | 35.42 | 5 | - |
| YUV | 151.78 | 51.94 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 17 | 0 | 0.45 | 0.93 | 0.05 | 30.67 | 0.9 | 0.51 |
| Hex | F2 | 84 | 11 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 204 | 21 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000100 | 10001 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28411
Complementary color
Monochromatic Colors of #F28411
Black with #F28411
Text Example
Text Example
White with #F28411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28411; }
p { color: rgb(242,132,17); }
H1.HeaderClassName
{
color: #F28411;
}
.AnyTagClassName
{
color: #F28411;
}
</style>
background-color css
<style>
a { background-color: #F28411; }
a { background-color: rgb(242,132,17); }
div.DivClassName
{
background-color: #F28411;
}
.BgClassName
{
background-color: #F28411;
}
</style>
border-color css
<style>
span { border-color: #F28411; }
span { border-color: rgb(242,132,17); }
td.TdClassName
{
border-color: #F28411;
}
.TagClassName
{
border-color: #F28411;
}
</style>