Shades of Tangerine #F28310
Tints of Tangerine #F28310
RGB
CMYK
RGB Variations
Color information
#F28310 (or 0xF28310) is known color: Tangerine. HEX triplet: F2, 83 and 10. RGB value is (242,131,16). Sum of RGB (Red+Green+Blue) = 242+131+16=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28310 is #0D7CEF. Grayscale: #979797. Windows color (decimal): -883952 or 1082354. OLE color: 1082354.
HSL color Cylindrical-coordinate representation of color #F28310: hue angle of 30.53º 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 #F28310 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.05 |
| HSL | 30.53º | 0.9% | 0.51% | - |
| HSV(B) | 30.53º | 0.93% | 0.95% | - |
| XYZ | 44.83 | 35.15 | 4.91 | - |
| YUV | 151.08 | 51.77 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 16 | 0 | 0.46 | 0.93 | 0.05 | 30.53 | 0.9 | 0.51 |
| Hex | F2 | 83 | 10 | 0 | 2E | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 203 | 20 | 0 | 56 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000011 | 10000 | 0 | 101110 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28310
Complementary color
Monochromatic Colors of #F28310
Black with #F28310
Text Example
Text Example
White with #F28310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28310; }
p { color: rgb(242,131,16); }
H1.HeaderClassName
{
color: #F28310;
}
.AnyTagClassName
{
color: #F28310;
}
</style>
background-color css
<style>
a { background-color: #F28310; }
a { background-color: rgb(242,131,16); }
div.DivClassName
{
background-color: #F28310;
}
.BgClassName
{
background-color: #F28310;
}
</style>
border-color css
<style>
span { border-color: #F28310; }
span { border-color: rgb(242,131,16); }
td.TdClassName
{
border-color: #F28310;
}
.TagClassName
{
border-color: #F28310;
}
</style>