Shades of Tangerine #F58A04
Tints of Tangerine #F58A04
RGB
CMYK
RGB Variations
Color information
#F58A04 (or 0xF58A04) is known color: Tangerine. HEX triplet: F5, 8A and 04. RGB value is (245,138,4). Sum of RGB (Red+Green+Blue) = 245+138+4=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58A04 is #0A75FB. Grayscale: #9B9B9B. Windows color (decimal): -685564 or 297717. OLE color: 297717.
HSL color Cylindrical-coordinate representation of color #F58A04: hue angle of 33.36º degrees, saturation: 0.97, 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 #F58A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.04 |
| HSL | 33.36º | 0.97% | 0.49% | - |
| HSV(B) | 33.36º | 0.98% | 0.96% | - |
| XYZ | 46.77 | 37.6 | 4.91 | - |
| YUV | 154.72 | 42.95 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 4 | 0 | 0.44 | 0.98 | 0.04 | 33.36 | 0.97 | 0.49 |
| Hex | F5 | 8A | 4 | 0 | 2C | 62 | 4 | 21 | 61 | 31 |
| Octal | 365 | 212 | 4 | 0 | 54 | 142 | 4 | 41 | 141 | 61 |
| Binary | 11110101 | 10001010 | 100 | 0 | 101100 | 1100010 | 100 | 100001 | 1100001 | 110001 |
Color Harmonies of #F58A04
Complementary color
Monochromatic Colors of #F58A04
Black with #F58A04
Text Example
Text Example
White with #F58A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A04; }
p { color: rgb(245,138,4); }
H1.HeaderClassName
{
color: #F58A04;
}
.AnyTagClassName
{
color: #F58A04;
}
</style>
background-color css
<style>
a { background-color: #F58A04; }
a { background-color: rgb(245,138,4); }
div.DivClassName
{
background-color: #F58A04;
}
.BgClassName
{
background-color: #F58A04;
}
</style>
border-color css
<style>
span { border-color: #F58A04; }
span { border-color: rgb(245,138,4); }
td.TdClassName
{
border-color: #F58A04;
}
.TagClassName
{
border-color: #F58A04;
}
</style>