Shades of Vivid Tangerine #F58E7E
Tints of Vivid Tangerine #F58E7E
RGB
CMYK
RGB Variations
Color information
#F58E7E (or 0xF58E7E) is known color: Vivid Tangerine. HEX triplet: F5, 8E and 7E. RGB value is (245,142,126). Sum of RGB (Red+Green+Blue) = 245+142+126=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58E7E is #0A7181. Grayscale: #ABABAB. Windows color (decimal): -684418 or 8294133. OLE color: 8294133.
HSL color Cylindrical-coordinate representation of color #F58E7E: hue angle of 8.07º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F58E7E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 126 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.04 |
| HSL | 8.07º | 0.86% | 0.73% | - |
| HSV(B) | 8.07º | 0.49% | 0.96% | - |
| XYZ | 51.1 | 40.26 | 24.82 | - |
| YUV | 170.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 126 | 0 | 0.42 | 0.49 | 0.04 | 8.07 | 0.86 | 0.73 |
| Hex | F5 | 8E | 7E | 0 | 2A | 31 | 4 | 8 | 56 | 49 |
| Octal | 365 | 216 | 176 | 0 | 52 | 61 | 4 | 10 | 126 | 111 |
| Binary | 11110101 | 10001110 | 1111110 | 0 | 101010 | 110001 | 100 | 1000 | 1010110 | 1001001 |
Color Harmonies of #F58E7E
Complementary color
Monochromatic Colors of #F58E7E
Black with #F58E7E
Text Example
Text Example
White with #F58E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58E7E; }
p { color: rgb(245,142,126); }
H1.HeaderClassName
{
color: #F58E7E;
}
.AnyTagClassName
{
color: #F58E7E;
}
</style>
background-color css
<style>
a { background-color: #F58E7E; }
a { background-color: rgb(245,142,126); }
div.DivClassName
{
background-color: #F58E7E;
}
.BgClassName
{
background-color: #F58E7E;
}
</style>
border-color css
<style>
span { border-color: #F58E7E; }
span { border-color: rgb(245,142,126); }
td.TdClassName
{
border-color: #F58E7E;
}
.TagClassName
{
border-color: #F58E7E;
}
</style>