Shades of Tangerine #F28111
Tints of Tangerine #F28111
RGB
CMYK
RGB Variations
Color information
#F28111 (or 0xF28111) is known color: Tangerine. HEX triplet: F2, 81 and 11. RGB value is (242,129,17). Sum of RGB (Red+Green+Blue) = 242+129+17=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F28111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28111 is #0D7EEE. Grayscale: #969696. Windows color (decimal): -884463 or 1147378. OLE color: 1147378.
HSL color Cylindrical-coordinate representation of color #F28111: hue angle of 29.87º 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 #F28111 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.05 |
| HSL | 29.87º | 0.9% | 0.51% | - |
| HSV(B) | 29.87º | 0.93% | 0.95% | - |
| XYZ | 44.57 | 34.62 | 4.86 | - |
| YUV | 150.02 | 52.94 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 17 | 0 | 0.47 | 0.93 | 0.05 | 29.87 | 0.9 | 0.51 |
| Hex | F2 | 81 | 11 | 0 | 2F | 5D | 5 | 1E | 5A | 33 |
| Octal | 362 | 201 | 21 | 0 | 57 | 135 | 5 | 36 | 132 | 63 |
| Binary | 11110010 | 10000001 | 10001 | 0 | 101111 | 1011101 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F28111
Complementary color
Monochromatic Colors of #F28111
Black with #F28111
Text Example
Text Example
White with #F28111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28111; }
p { color: rgb(242,129,17); }
H1.HeaderClassName
{
color: #F28111;
}
.AnyTagClassName
{
color: #F28111;
}
</style>
background-color css
<style>
a { background-color: #F28111; }
a { background-color: rgb(242,129,17); }
div.DivClassName
{
background-color: #F28111;
}
.BgClassName
{
background-color: #F28111;
}
</style>
border-color css
<style>
span { border-color: #F28111; }
span { border-color: rgb(242,129,17); }
td.TdClassName
{
border-color: #F28111;
}
.TagClassName
{
border-color: #F28111;
}
</style>