Shades of Tangerine #F5800D
Tints of Tangerine #F5800D
RGB
CMYK
RGB Variations
Color information
#F5800D (or 0xF5800D) is known color: Tangerine. HEX triplet: F5, 80 and 0D. RGB value is (245,128,13). Sum of RGB (Red+Green+Blue) = 245+128+13=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5800D is #0A7FF2. Grayscale: #969696. Windows color (decimal): -688115 or 884981. OLE color: 884981.
HSL color Cylindrical-coordinate representation of color #F5800D: hue angle of 29.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5800D is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 13 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.04 |
| HSL | 29.74º | 0.92% | 0.51% | - |
| HSV(B) | 29.74º | 0.95% | 0.96% | - |
| XYZ | 45.45 | 34.88 | 4.72 | - |
| YUV | 149.87 | 50.76 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 13 | 0 | 0.48 | 0.95 | 0.04 | 29.74 | 0.92 | 0.51 |
| Hex | F5 | 80 | D | 0 | 30 | 5F | 4 | 1E | 5C | 33 |
| Octal | 365 | 200 | 15 | 0 | 60 | 137 | 4 | 36 | 134 | 63 |
| Binary | 11110101 | 10000000 | 1101 | 0 | 110000 | 1011111 | 100 | 11110 | 1011100 | 110011 |
Color Harmonies of #F5800D
Complementary color
Monochromatic Colors of #F5800D
Black with #F5800D
Text Example
Text Example
White with #F5800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5800D; }
p { color: rgb(245,128,13); }
H1.HeaderClassName
{
color: #F5800D;
}
.AnyTagClassName
{
color: #F5800D;
}
</style>
background-color css
<style>
a { background-color: #F5800D; }
a { background-color: rgb(245,128,13); }
div.DivClassName
{
background-color: #F5800D;
}
.BgClassName
{
background-color: #F5800D;
}
</style>
border-color css
<style>
span { border-color: #F5800D; }
span { border-color: rgb(245,128,13); }
td.TdClassName
{
border-color: #F5800D;
}
.TagClassName
{
border-color: #F5800D;
}
</style>