Shades of Tangerine #F5810D
Tints of Tangerine #F5810D
RGB
CMYK
RGB Variations
Color information
#F5810D (or 0xF5810D) is known color: Tangerine. HEX triplet: F5, 81 and 0D. RGB value is (245,129,13). Sum of RGB (Red+Green+Blue) = 245+129+13=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5810D is #0A7EF2. Grayscale: #979797. Windows color (decimal): -687859 or 885237. OLE color: 885237.
HSL color Cylindrical-coordinate representation of color #F5810D: hue angle of 30º 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 #F5810D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.04 |
| HSL | 30º | 0.92% | 0.51% | - |
| HSV(B) | 30º | 0.95% | 0.96% | - |
| XYZ | 45.58 | 35.14 | 4.76 | - |
| YUV | 150.46 | 50.43 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 13 | 0 | 0.47 | 0.95 | 0.04 | 30 | 0.92 | 0.51 |
| Hex | F5 | 81 | D | 0 | 2F | 5F | 4 | 1E | 5C | 33 |
| Octal | 365 | 201 | 15 | 0 | 57 | 137 | 4 | 36 | 134 | 63 |
| Binary | 11110101 | 10000001 | 1101 | 0 | 101111 | 1011111 | 100 | 11110 | 1011100 | 110011 |
Color Harmonies of #F5810D
Complementary color
Monochromatic Colors of #F5810D
Black with #F5810D
Text Example
Text Example
White with #F5810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5810D; }
p { color: rgb(245,129,13); }
H1.HeaderClassName
{
color: #F5810D;
}
.AnyTagClassName
{
color: #F5810D;
}
</style>
background-color css
<style>
a { background-color: #F5810D; }
a { background-color: rgb(245,129,13); }
div.DivClassName
{
background-color: #F5810D;
}
.BgClassName
{
background-color: #F5810D;
}
</style>
border-color css
<style>
span { border-color: #F5810D; }
span { border-color: rgb(245,129,13); }
td.TdClassName
{
border-color: #F5810D;
}
.TagClassName
{
border-color: #F5810D;
}
</style>