Shades of Tangerine #F58305
Tints of Tangerine #F58305
RGB
CMYK
RGB Variations
Color information
#F58305 (or 0xF58305) is known color: Tangerine. HEX triplet: F5, 83 and 05. RGB value is (245,131,5). Sum of RGB (Red+Green+Blue) = 245+131+5=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F58305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58305 is #0A7CFA. Grayscale: #979797. Windows color (decimal): -687355 or 361461. OLE color: 361461.
HSL color Cylindrical-coordinate representation of color #F58305: hue angle of 31.5º 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 #F58305 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.04 |
| HSL | 31.5º | 0.96% | 0.49% | - |
| HSV(B) | 31.5º | 0.98% | 0.96% | - |
| XYZ | 45.8 | 35.66 | 4.61 | - |
| YUV | 150.72 | 45.77 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 5 | 0 | 0.47 | 0.98 | 0.04 | 31.5 | 0.96 | 0.49 |
| Hex | F5 | 83 | 5 | 0 | 2F | 62 | 4 | 1F | 60 | 31 |
| Octal | 365 | 203 | 5 | 0 | 57 | 142 | 4 | 37 | 140 | 61 |
| Binary | 11110101 | 10000011 | 101 | 0 | 101111 | 1100010 | 100 | 11111 | 1100000 | 110001 |
Color Harmonies of #F58305
Complementary color
Monochromatic Colors of #F58305
Black with #F58305
Text Example
Text Example
White with #F58305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58305; }
p { color: rgb(245,131,5); }
H1.HeaderClassName
{
color: #F58305;
}
.AnyTagClassName
{
color: #F58305;
}
</style>
background-color css
<style>
a { background-color: #F58305; }
a { background-color: rgb(245,131,5); }
div.DivClassName
{
background-color: #F58305;
}
.BgClassName
{
background-color: #F58305;
}
</style>
border-color css
<style>
span { border-color: #F58305; }
span { border-color: rgb(245,131,5); }
td.TdClassName
{
border-color: #F58305;
}
.TagClassName
{
border-color: #F58305;
}
</style>