Shades of Tangerine #F58006
Tints of Tangerine #F58006
RGB
CMYK
RGB Variations
Color information
#F58006 (or 0xF58006) is known color: Tangerine. HEX triplet: F5, 80 and 06. RGB value is (245,128,6). Sum of RGB (Red+Green+Blue) = 245+128+6=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F58006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58006 is #0A7FF9. Grayscale: #959595. Windows color (decimal): -688122 or 426229. OLE color: 426229.
HSL color Cylindrical-coordinate representation of color #F58006: hue angle of 30.63º degrees, saturation: 0.95, 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 #F58006 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 6 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.04 |
| HSL | 30.63º | 0.95% | 0.49% | - |
| HSV(B) | 30.63º | 0.98% | 0.96% | - |
| XYZ | 45.41 | 34.86 | 4.51 | - |
| YUV | 149.08 | 47.26 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 6 | 0 | 0.48 | 0.98 | 0.04 | 30.63 | 0.95 | 0.49 |
| Hex | F5 | 80 | 6 | 0 | 30 | 62 | 4 | 1F | 5F | 31 |
| Octal | 365 | 200 | 6 | 0 | 60 | 142 | 4 | 37 | 137 | 61 |
| Binary | 11110101 | 10000000 | 110 | 0 | 110000 | 1100010 | 100 | 11111 | 1011111 | 110001 |
Color Harmonies of #F58006
Complementary color
Monochromatic Colors of #F58006
Black with #F58006
Text Example
Text Example
White with #F58006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58006; }
p { color: rgb(245,128,6); }
H1.HeaderClassName
{
color: #F58006;
}
.AnyTagClassName
{
color: #F58006;
}
</style>
background-color css
<style>
a { background-color: #F58006; }
a { background-color: rgb(245,128,6); }
div.DivClassName
{
background-color: #F58006;
}
.BgClassName
{
background-color: #F58006;
}
</style>
border-color css
<style>
span { border-color: #F58006; }
span { border-color: rgb(245,128,6); }
td.TdClassName
{
border-color: #F58006;
}
.TagClassName
{
border-color: #F58006;
}
</style>