Shades of Tangerine #F2890B
Tints of Tangerine #F2890B
RGB
CMYK
RGB Variations
Color information
#F2890B (or 0xF2890B) is known color: Tangerine. HEX triplet: F2, 89 and 0B. RGB value is (242,137,11). Sum of RGB (Red+Green+Blue) = 242+137+11=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2890B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2890B is #0D76F4. Grayscale: #9A9A9A. Windows color (decimal): -882421 or 756210. OLE color: 756210.
HSL color Cylindrical-coordinate representation of color #F2890B: hue angle of 32.73º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2890B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.05 |
| HSL | 32.73º | 0.91% | 0.5% | - |
| HSV(B) | 32.73º | 0.95% | 0.95% | - |
| XYZ | 45.62 | 36.79 | 5.01 | - |
| YUV | 154.03 | 47.29 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 11 | 0 | 0.43 | 0.95 | 0.05 | 32.73 | 0.91 | 0.5 |
| Hex | F2 | 89 | B | 0 | 2B | 5F | 5 | 21 | 5B | 32 |
| Octal | 362 | 211 | 13 | 0 | 53 | 137 | 5 | 41 | 133 | 62 |
| Binary | 11110010 | 10001001 | 1011 | 0 | 101011 | 1011111 | 101 | 100001 | 1011011 | 110010 |
Color Harmonies of #F2890B
Complementary color
Monochromatic Colors of #F2890B
Black with #F2890B
Text Example
Text Example
White with #F2890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2890B; }
p { color: rgb(242,137,11); }
H1.HeaderClassName
{
color: #F2890B;
}
.AnyTagClassName
{
color: #F2890B;
}
</style>
background-color css
<style>
a { background-color: #F2890B; }
a { background-color: rgb(242,137,11); }
div.DivClassName
{
background-color: #F2890B;
}
.BgClassName
{
background-color: #F2890B;
}
</style>
border-color css
<style>
span { border-color: #F2890B; }
span { border-color: rgb(242,137,11); }
td.TdClassName
{
border-color: #F2890B;
}
.TagClassName
{
border-color: #F2890B;
}
</style>