Shades of Tangerine #F28610
Tints of Tangerine #F28610
RGB
CMYK
RGB Variations
Color information
#F28610 (or 0xF28610) is known color: Tangerine. HEX triplet: F2, 86 and 10. RGB value is (242,134,16). Sum of RGB (Red+Green+Blue) = 242+134+16=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28610 is #0D79EF. Grayscale: #999999. Windows color (decimal): -883184 or 1083122. OLE color: 1083122.
HSL color Cylindrical-coordinate representation of color #F28610: hue angle of 31.33º 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 #F28610 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 31.33º | 0.9% | 0.51% | - |
| HSV(B) | 31.33º | 0.93% | 0.95% | - |
| XYZ | 45.24 | 35.96 | 5.05 | - |
| YUV | 152.84 | 50.78 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 16 | 0 | 0.45 | 0.93 | 0.05 | 31.33 | 0.9 | 0.51 |
| Hex | F2 | 86 | 10 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 206 | 20 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000110 | 10000 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28610
Complementary color
Monochromatic Colors of #F28610
Black with #F28610
Text Example
Text Example
White with #F28610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28610; }
p { color: rgb(242,134,16); }
H1.HeaderClassName
{
color: #F28610;
}
.AnyTagClassName
{
color: #F28610;
}
</style>
background-color css
<style>
a { background-color: #F28610; }
a { background-color: rgb(242,134,16); }
div.DivClassName
{
background-color: #F28610;
}
.BgClassName
{
background-color: #F28610;
}
</style>
border-color css
<style>
span { border-color: #F28610; }
span { border-color: rgb(242,134,16); }
td.TdClassName
{
border-color: #F28610;
}
.TagClassName
{
border-color: #F28610;
}
</style>