Shades of Tangerine #F58A0A
Tints of Tangerine #F58A0A
RGB
CMYK
RGB Variations
Color information
#F58A0A (or 0xF58A0A) is known color: Tangerine. HEX triplet: F5, 8A and 0A. RGB value is (245,138,10). Sum of RGB (Red+Green+Blue) = 245+138+10=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58A0A is #0A75F5. Grayscale: #9C9C9C. Windows color (decimal): -685558 or 690933. OLE color: 690933.
HSL color Cylindrical-coordinate representation of color #F58A0A: hue angle of 32.68º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F58A0A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.04 |
| HSL | 32.68º | 0.92% | 0.5% | - |
| HSV(B) | 32.68º | 0.96% | 0.96% | - |
| XYZ | 46.8 | 37.61 | 5.08 | - |
| YUV | 155.4 | 45.95 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 10 | 0 | 0.44 | 0.96 | 0.04 | 32.68 | 0.92 | 0.5 |
| Hex | F5 | 8A | A | 0 | 2C | 60 | 4 | 21 | 5C | 32 |
| Octal | 365 | 212 | 12 | 0 | 54 | 140 | 4 | 41 | 134 | 62 |
| Binary | 11110101 | 10001010 | 1010 | 0 | 101100 | 1100000 | 100 | 100001 | 1011100 | 110010 |
Color Harmonies of #F58A0A
Complementary color
Monochromatic Colors of #F58A0A
Black with #F58A0A
Text Example
Text Example
White with #F58A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A0A; }
p { color: rgb(245,138,10); }
H1.HeaderClassName
{
color: #F58A0A;
}
.AnyTagClassName
{
color: #F58A0A;
}
</style>
background-color css
<style>
a { background-color: #F58A0A; }
a { background-color: rgb(245,138,10); }
div.DivClassName
{
background-color: #F58A0A;
}
.BgClassName
{
background-color: #F58A0A;
}
</style>
border-color css
<style>
span { border-color: #F58A0A; }
span { border-color: rgb(245,138,10); }
td.TdClassName
{
border-color: #F58A0A;
}
.TagClassName
{
border-color: #F58A0A;
}
</style>