Shades of Tangerine #F5800E
Tints of Tangerine #F5800E
RGB
CMYK
RGB Variations
Color information
#F5800E (or 0xF5800E) is known color: Tangerine. HEX triplet: F5, 80 and 0E. RGB value is (245,128,14). Sum of RGB (Red+Green+Blue) = 245+128+14=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5800E is #0A7FF1. Grayscale: #969696. Windows color (decimal): -688114 or 950517. OLE color: 950517.
HSL color Cylindrical-coordinate representation of color #F5800E: hue angle of 29.61º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5800E is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 14 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.04 |
| HSL | 29.61º | 0.92% | 0.51% | - |
| HSV(B) | 29.61º | 0.94% | 0.96% | - |
| XYZ | 45.45 | 34.88 | 4.75 | - |
| YUV | 149.99 | 51.26 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 14 | 0 | 0.48 | 0.94 | 0.04 | 29.61 | 0.92 | 0.51 |
| Hex | F5 | 80 | E | 0 | 30 | 5E | 4 | 1E | 5C | 33 |
| Octal | 365 | 200 | 16 | 0 | 60 | 136 | 4 | 36 | 134 | 63 |
| Binary | 11110101 | 10000000 | 1110 | 0 | 110000 | 1011110 | 100 | 11110 | 1011100 | 110011 |
Color Harmonies of #F5800E
Complementary color
Monochromatic Colors of #F5800E
Black with #F5800E
Text Example
Text Example
White with #F5800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5800E; }
p { color: rgb(245,128,14); }
H1.HeaderClassName
{
color: #F5800E;
}
.AnyTagClassName
{
color: #F5800E;
}
</style>
background-color css
<style>
a { background-color: #F5800E; }
a { background-color: rgb(245,128,14); }
div.DivClassName
{
background-color: #F5800E;
}
.BgClassName
{
background-color: #F5800E;
}
</style>
border-color css
<style>
span { border-color: #F5800E; }
span { border-color: rgb(245,128,14); }
td.TdClassName
{
border-color: #F5800E;
}
.TagClassName
{
border-color: #F5800E;
}
</style>