Shades of Tangerine #F58101
Tints of Tangerine #F58101
RGB
CMYK
RGB Variations
Color information
#F58101 (or 0xF58101) is known color: Tangerine. HEX triplet: F5, 81 and 01. RGB value is (245,129,1). Sum of RGB (Red+Green+Blue) = 245+129+1=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F58101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58101 is #0A7EFE. Grayscale: #959595. Windows color (decimal): -687871 or 98805. OLE color: 98805.
HSL color Cylindrical-coordinate representation of color #F58101: hue angle of 31.48º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F58101 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.04 |
| HSL | 31.48º | 0.99% | 0.48% | - |
| HSV(B) | 31.48º | 1% | 0.96% | - |
| XYZ | 45.51 | 35.12 | 4.41 | - |
| YUV | 149.09 | 44.43 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 1 | 0 | 0.47 | 1.00 | 0.04 | 31.48 | 0.99 | 0.48 |
| Hex | F5 | 81 | 1 | 0 | 2F | 64 | 4 | 1F | 63 | 30 |
| Octal | 365 | 201 | 1 | 0 | 57 | 144 | 4 | 37 | 143 | 60 |
| Binary | 11110101 | 10000001 | 1 | 0 | 101111 | 1100100 | 100 | 11111 | 1100011 | 110000 |
Color Harmonies of #F58101
Complementary color
Monochromatic Colors of #F58101
Black with #F58101
Text Example
Text Example
White with #F58101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58101; }
p { color: rgb(245,129,1); }
H1.HeaderClassName
{
color: #F58101;
}
.AnyTagClassName
{
color: #F58101;
}
</style>
background-color css
<style>
a { background-color: #F58101; }
a { background-color: rgb(245,129,1); }
div.DivClassName
{
background-color: #F58101;
}
.BgClassName
{
background-color: #F58101;
}
</style>
border-color css
<style>
span { border-color: #F58101; }
span { border-color: rgb(245,129,1); }
td.TdClassName
{
border-color: #F58101;
}
.TagClassName
{
border-color: #F58101;
}
</style>