Shades of Tangerine #F58C08
Tints of Tangerine #F58C08
RGB
CMYK
RGB Variations
Color information
#F58C08 (or 0xF58C08) is known color: Tangerine. HEX triplet: F5, 8C and 08. RGB value is (245,140,8). Sum of RGB (Red+Green+Blue) = 245+140+8=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C08 is #0A73F7. Grayscale: #9C9C9C. Windows color (decimal): -685048 or 560373. OLE color: 560373.
HSL color Cylindrical-coordinate representation of color #F58C08: hue angle of 33.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F58C08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.04 |
| HSL | 33.42º | 0.94% | 0.5% | - |
| HSV(B) | 33.42º | 0.97% | 0.96% | - |
| XYZ | 47.08 | 38.19 | 5.12 | - |
| YUV | 156.35 | 44.29 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 8 | 0 | 0.43 | 0.97 | 0.04 | 33.42 | 0.94 | 0.5 |
| Hex | F5 | 8C | 8 | 0 | 2B | 61 | 4 | 21 | 5E | 32 |
| Octal | 365 | 214 | 10 | 0 | 53 | 141 | 4 | 41 | 136 | 62 |
| Binary | 11110101 | 10001100 | 1000 | 0 | 101011 | 1100001 | 100 | 100001 | 1011110 | 110010 |
Color Harmonies of #F58C08
Complementary color
Monochromatic Colors of #F58C08
Black with #F58C08
Text Example
Text Example
White with #F58C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C08; }
p { color: rgb(245,140,8); }
H1.HeaderClassName
{
color: #F58C08;
}
.AnyTagClassName
{
color: #F58C08;
}
</style>
background-color css
<style>
a { background-color: #F58C08; }
a { background-color: rgb(245,140,8); }
div.DivClassName
{
background-color: #F58C08;
}
.BgClassName
{
background-color: #F58C08;
}
</style>
border-color css
<style>
span { border-color: #F58C08; }
span { border-color: rgb(245,140,8); }
td.TdClassName
{
border-color: #F58C08;
}
.TagClassName
{
border-color: #F58C08;
}
</style>