Shades of Tangerine #F28313
Tints of Tangerine #F28313
RGB
CMYK
RGB Variations
Color information
#F28313 (or 0xF28313) is known color: Tangerine. HEX triplet: F2, 83 and 13. RGB value is (242,131,19). Sum of RGB (Red+Green+Blue) = 242+131+19=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28313 is #0D7CEC. Grayscale: #979797. Windows color (decimal): -883949 or 1278962. OLE color: 1278962.
HSL color Cylindrical-coordinate representation of color #F28313: hue angle of 30.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28313 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.05 |
| HSL | 30.13º | 0.9% | 0.51% | - |
| HSV(B) | 30.13º | 0.92% | 0.95% | - |
| XYZ | 44.85 | 35.16 | 5.04 | - |
| YUV | 151.42 | 53.27 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 19 | 0 | 0.46 | 0.92 | 0.05 | 30.13 | 0.9 | 0.51 |
| Hex | F2 | 83 | 13 | 0 | 2E | 5C | 5 | 1E | 5A | 33 |
| Octal | 362 | 203 | 23 | 0 | 56 | 134 | 5 | 36 | 132 | 63 |
| Binary | 11110010 | 10000011 | 10011 | 0 | 101110 | 1011100 | 101 | 11110 | 1011010 | 110011 |
Color Harmonies of #F28313
Complementary color
Monochromatic Colors of #F28313
Black with #F28313
Text Example
Text Example
White with #F28313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28313; }
p { color: rgb(242,131,19); }
H1.HeaderClassName
{
color: #F28313;
}
.AnyTagClassName
{
color: #F28313;
}
</style>
background-color css
<style>
a { background-color: #F28313; }
a { background-color: rgb(242,131,19); }
div.DivClassName
{
background-color: #F28313;
}
.BgClassName
{
background-color: #F28313;
}
</style>
border-color css
<style>
span { border-color: #F28313; }
span { border-color: rgb(242,131,19); }
td.TdClassName
{
border-color: #F28313;
}
.TagClassName
{
border-color: #F28313;
}
</style>