Shades of Tangerine #F58207
Tints of Tangerine #F58207
RGB
CMYK
RGB Variations
Color information
#F58207 (or 0xF58207) is known color: Tangerine. HEX triplet: F5, 82 and 07. RGB value is (245,130,7). Sum of RGB (Red+Green+Blue) = 245+130+7=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F58207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58207 is #0A7DF8. Grayscale: #969696. Windows color (decimal): -687609 or 492277. OLE color: 492277.
HSL color Cylindrical-coordinate representation of color #F58207: hue angle of 31.01º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F58207 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.04 |
| HSL | 31.01º | 0.94% | 0.49% | - |
| HSV(B) | 31.01º | 0.97% | 0.96% | - |
| XYZ | 45.68 | 35.39 | 4.63 | - |
| YUV | 150.36 | 47.1 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 7 | 0 | 0.47 | 0.97 | 0.04 | 31.01 | 0.94 | 0.49 |
| Hex | F5 | 82 | 7 | 0 | 2F | 61 | 4 | 1F | 5E | 31 |
| Octal | 365 | 202 | 7 | 0 | 57 | 141 | 4 | 37 | 136 | 61 |
| Binary | 11110101 | 10000010 | 111 | 0 | 101111 | 1100001 | 100 | 11111 | 1011110 | 110001 |
Color Harmonies of #F58207
Complementary color
Monochromatic Colors of #F58207
Black with #F58207
Text Example
Text Example
White with #F58207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58207; }
p { color: rgb(245,130,7); }
H1.HeaderClassName
{
color: #F58207;
}
.AnyTagClassName
{
color: #F58207;
}
</style>
background-color css
<style>
a { background-color: #F58207; }
a { background-color: rgb(245,130,7); }
div.DivClassName
{
background-color: #F58207;
}
.BgClassName
{
background-color: #F58207;
}
</style>
border-color css
<style>
span { border-color: #F58207; }
span { border-color: rgb(245,130,7); }
td.TdClassName
{
border-color: #F58207;
}
.TagClassName
{
border-color: #F58207;
}
</style>