Shades of Tangerine #F28210
Tints of Tangerine #F28210
RGB
CMYK
RGB Variations
Color information
#F28210 (or 0xF28210) is known color: Tangerine. HEX triplet: F2, 82 and 10. RGB value is (242,130,16). Sum of RGB (Red+Green+Blue) = 242+130+16=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F28210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28210 is #0D7DEF. Grayscale: #979797. Windows color (decimal): -884208 or 1082098. OLE color: 1082098.
HSL color Cylindrical-coordinate representation of color #F28210: hue angle of 30.27º 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 #F28210 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.05 |
| HSL | 30.27º | 0.9% | 0.51% | - |
| HSV(B) | 30.27º | 0.93% | 0.95% | - |
| XYZ | 44.69 | 34.88 | 4.87 | - |
| YUV | 150.49 | 52.11 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 16 | 0 | 0.46 | 0.93 | 0.05 | 30.27 | 0.9 | 0.51 |
| Hex | F2 | 82 | 10 | 0 | 2E | 5D | 5 | 1E | 5A | 33 |
| Octal | 362 | 202 | 20 | 0 | 56 | 135 | 5 | 36 | 132 | 63 |
| Binary | 11110010 | 10000010 | 10000 | 0 | 101110 | 1011101 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F28210
Complementary color
Monochromatic Colors of #F28210
Black with #F28210
Text Example
Text Example
White with #F28210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28210; }
p { color: rgb(242,130,16); }
H1.HeaderClassName
{
color: #F28210;
}
.AnyTagClassName
{
color: #F28210;
}
</style>
background-color css
<style>
a { background-color: #F28210; }
a { background-color: rgb(242,130,16); }
div.DivClassName
{
background-color: #F28210;
}
.BgClassName
{
background-color: #F28210;
}
</style>
border-color css
<style>
span { border-color: #F28210; }
span { border-color: rgb(242,130,16); }
td.TdClassName
{
border-color: #F28210;
}
.TagClassName
{
border-color: #F28210;
}
</style>