Shades of Tangerine #F28911
Tints of Tangerine #F28911
RGB
CMYK
RGB Variations
Color information
#F28911 (or 0xF28911) is known color: Tangerine. HEX triplet: F2, 89 and 11. RGB value is (242,137,17). Sum of RGB (Red+Green+Blue) = 242+137+17=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28911 is #0D76EE. Grayscale: #9B9B9B. Windows color (decimal): -882415 or 1149426. OLE color: 1149426.
HSL color Cylindrical-coordinate representation of color #F28911: hue angle of 32º 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 #F28911 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.05 |
| HSL | 32º | 0.9% | 0.51% | - |
| HSV(B) | 32º | 0.93% | 0.95% | - |
| XYZ | 45.66 | 36.81 | 5.23 | - |
| YUV | 154.72 | 50.29 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 17 | 0 | 0.43 | 0.93 | 0.05 | 32 | 0.9 | 0.51 |
| Hex | F2 | 89 | 11 | 0 | 2B | 5D | 5 | 20 | 5A | 33 |
| Octal | 362 | 211 | 21 | 0 | 53 | 135 | 5 | 40 | 132 | 63 |
| Binary | 11110010 | 10001001 | 10001 | 0 | 101011 | 1011101 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F28911
Complementary color
Monochromatic Colors of #F28911
Black with #F28911
Text Example
Text Example
White with #F28911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28911; }
p { color: rgb(242,137,17); }
H1.HeaderClassName
{
color: #F28911;
}
.AnyTagClassName
{
color: #F28911;
}
</style>
background-color css
<style>
a { background-color: #F28911; }
a { background-color: rgb(242,137,17); }
div.DivClassName
{
background-color: #F28911;
}
.BgClassName
{
background-color: #F28911;
}
</style>
border-color css
<style>
span { border-color: #F28911; }
span { border-color: rgb(242,137,17); }
td.TdClassName
{
border-color: #F28911;
}
.TagClassName
{
border-color: #F28911;
}
</style>