Shades of Tangerine #F58B05
Tints of Tangerine #F58B05
RGB
CMYK
RGB Variations
Color information
#F58B05 (or 0xF58B05) is known color: Tangerine. HEX triplet: F5, 8B and 05. RGB value is (245,139,5). Sum of RGB (Red+Green+Blue) = 245+139+5=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58B05 is #0A74FA. Grayscale: #9C9C9C. Windows color (decimal): -685307 or 363509. OLE color: 363509.
HSL color Cylindrical-coordinate representation of color #F58B05: hue angle of 33.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 #F58B05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.04 |
| HSL | 33.5º | 0.96% | 0.49% | - |
| HSV(B) | 33.5º | 0.98% | 0.96% | - |
| XYZ | 46.92 | 37.89 | 4.98 | - |
| YUV | 155.42 | 43.12 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 5 | 0 | 0.43 | 0.98 | 0.04 | 33.5 | 0.96 | 0.49 |
| Hex | F5 | 8B | 5 | 0 | 2B | 62 | 4 | 22 | 60 | 31 |
| Octal | 365 | 213 | 5 | 0 | 53 | 142 | 4 | 42 | 140 | 61 |
| Binary | 11110101 | 10001011 | 101 | 0 | 101011 | 1100010 | 100 | 100010 | 1100000 | 110001 |
Color Harmonies of #F58B05
Complementary color
Monochromatic Colors of #F58B05
Black with #F58B05
Text Example
Text Example
White with #F58B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B05; }
p { color: rgb(245,139,5); }
H1.HeaderClassName
{
color: #F58B05;
}
.AnyTagClassName
{
color: #F58B05;
}
</style>
background-color css
<style>
a { background-color: #F58B05; }
a { background-color: rgb(245,139,5); }
div.DivClassName
{
background-color: #F58B05;
}
.BgClassName
{
background-color: #F58B05;
}
</style>
border-color css
<style>
span { border-color: #F58B05; }
span { border-color: rgb(245,139,5); }
td.TdClassName
{
border-color: #F58B05;
}
.TagClassName
{
border-color: #F58B05;
}
</style>