Shades of Tangerine #F28710
Tints of Tangerine #F28710
RGB
CMYK
RGB Variations
Color information
#F28710 (or 0xF28710) is known color: Tangerine. HEX triplet: F2, 87 and 10. RGB value is (242,135,16). Sum of RGB (Red+Green+Blue) = 242+135+16=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28710 is #0D78EF. Grayscale: #9A9A9A. Windows color (decimal): -882928 or 1083378. OLE color: 1083378.
HSL color Cylindrical-coordinate representation of color #F28710: hue angle of 31.59º 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 #F28710 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.05 |
| HSL | 31.59º | 0.9% | 0.51% | - |
| HSV(B) | 31.59º | 0.93% | 0.95% | - |
| XYZ | 45.38 | 36.24 | 5.09 | - |
| YUV | 153.43 | 50.45 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 16 | 0 | 0.44 | 0.93 | 0.05 | 31.59 | 0.9 | 0.51 |
| Hex | F2 | 87 | 10 | 0 | 2C | 5D | 5 | 20 | 5A | 33 |
| Octal | 362 | 207 | 20 | 0 | 54 | 135 | 5 | 40 | 132 | 63 |
| Binary | 11110010 | 10000111 | 10000 | 0 | 101100 | 1011101 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F28710
Complementary color
Monochromatic Colors of #F28710
Black with #F28710
Text Example
Text Example
White with #F28710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28710; }
p { color: rgb(242,135,16); }
H1.HeaderClassName
{
color: #F28710;
}
.AnyTagClassName
{
color: #F28710;
}
</style>
background-color css
<style>
a { background-color: #F28710; }
a { background-color: rgb(242,135,16); }
div.DivClassName
{
background-color: #F28710;
}
.BgClassName
{
background-color: #F28710;
}
</style>
border-color css
<style>
span { border-color: #F28710; }
span { border-color: rgb(242,135,16); }
td.TdClassName
{
border-color: #F28710;
}
.TagClassName
{
border-color: #F28710;
}
</style>