Shades of Tangerine #F58501
Tints of Tangerine #F58501
RGB
CMYK
RGB Variations
Color information
#F58501 (or 0xF58501) is known color: Tangerine. HEX triplet: F5, 85 and 01. RGB value is (245,133,1). Sum of RGB (Red+Green+Blue) = 245+133+1=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F58501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58501 is #0A7AFE. Grayscale: #989898. Windows color (decimal): -686847 or 99829. OLE color: 99829.
HSL color Cylindrical-coordinate representation of color #F58501: hue angle of 32.46º 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 #F58501 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.04 |
| HSL | 32.46º | 0.99% | 0.48% | - |
| HSV(B) | 32.46º | 1% | 0.96% | - |
| XYZ | 46.05 | 36.19 | 4.59 | - |
| YUV | 151.44 | 43.11 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 1 | 0 | 0.46 | 1.00 | 0.04 | 32.46 | 0.99 | 0.48 |
| Hex | F5 | 85 | 1 | 0 | 2E | 64 | 4 | 20 | 63 | 30 |
| Octal | 365 | 205 | 1 | 0 | 56 | 144 | 4 | 40 | 143 | 60 |
| Binary | 11110101 | 10000101 | 1 | 0 | 101110 | 1100100 | 100 | 100000 | 1100011 | 110000 |
Color Harmonies of #F58501
Complementary color
Monochromatic Colors of #F58501
Black with #F58501
Text Example
Text Example
White with #F58501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58501; }
p { color: rgb(245,133,1); }
H1.HeaderClassName
{
color: #F58501;
}
.AnyTagClassName
{
color: #F58501;
}
</style>
background-color css
<style>
a { background-color: #F58501; }
a { background-color: rgb(245,133,1); }
div.DivClassName
{
background-color: #F58501;
}
.BgClassName
{
background-color: #F58501;
}
</style>
border-color css
<style>
span { border-color: #F58501; }
span { border-color: rgb(245,133,1); }
td.TdClassName
{
border-color: #F58501;
}
.TagClassName
{
border-color: #F58501;
}
</style>