Shades of Tangerine #F58505
Tints of Tangerine #F58505
RGB
CMYK
RGB Variations
Color information
#F58505 (or 0xF58505) is known color: Tangerine. HEX triplet: F5, 85 and 05. RGB value is (245,133,5). Sum of RGB (Red+Green+Blue) = 245+133+5=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F58505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58505 is #0A7AFA. Grayscale: #989898. Windows color (decimal): -686843 or 361973. OLE color: 361973.
HSL color Cylindrical-coordinate representation of color #F58505: hue angle of 32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F58505 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.04 |
| HSL | 32º | 0.96% | 0.49% | - |
| HSV(B) | 32º | 0.98% | 0.96% | - |
| XYZ | 46.07 | 36.2 | 4.7 | - |
| YUV | 151.9 | 45.11 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 5 | 0 | 0.46 | 0.98 | 0.04 | 32 | 0.96 | 0.49 |
| Hex | F5 | 85 | 5 | 0 | 2E | 62 | 4 | 20 | 60 | 31 |
| Octal | 365 | 205 | 5 | 0 | 56 | 142 | 4 | 40 | 140 | 61 |
| Binary | 11110101 | 10000101 | 101 | 0 | 101110 | 1100010 | 100 | 100000 | 1100000 | 110001 |
Color Harmonies of #F58505
Complementary color
Monochromatic Colors of #F58505
Black with #F58505
Text Example
Text Example
White with #F58505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58505; }
p { color: rgb(245,133,5); }
H1.HeaderClassName
{
color: #F58505;
}
.AnyTagClassName
{
color: #F58505;
}
</style>
background-color css
<style>
a { background-color: #F58505; }
a { background-color: rgb(245,133,5); }
div.DivClassName
{
background-color: #F58505;
}
.BgClassName
{
background-color: #F58505;
}
</style>
border-color css
<style>
span { border-color: #F58505; }
span { border-color: rgb(245,133,5); }
td.TdClassName
{
border-color: #F58505;
}
.TagClassName
{
border-color: #F58505;
}
</style>