Shades of Vivid Tangerine #F58F7E
Tints of Vivid Tangerine #F58F7E
RGB
CMYK
RGB Variations
Color information
#F58F7E (or 0xF58F7E) is known color: Vivid Tangerine. HEX triplet: F5, 8F and 7E. RGB value is (245,143,126). Sum of RGB (Red+Green+Blue) = 245+143+126=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F7E is #0A7081. Grayscale: #ABABAB. Windows color (decimal): -684162 or 8294389. OLE color: 8294389.
HSL color Cylindrical-coordinate representation of color #F58F7E: hue angle of 8.57º 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 #F58F7E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 126 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.04 |
| HSL | 8.57º | 0.86% | 0.73% | - |
| HSV(B) | 8.57º | 0.49% | 0.96% | - |
| XYZ | 51.24 | 40.56 | 24.87 | - |
| YUV | 171.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 126 | 0 | 0.42 | 0.49 | 0.04 | 8.57 | 0.86 | 0.73 |
| Hex | F5 | 8F | 7E | 0 | 2A | 31 | 4 | 9 | 56 | 49 |
| Octal | 365 | 217 | 176 | 0 | 52 | 61 | 4 | 11 | 126 | 111 |
| Binary | 11110101 | 10001111 | 1111110 | 0 | 101010 | 110001 | 100 | 1001 | 1010110 | 1001001 |
Color Harmonies of #F58F7E
Complementary color
Monochromatic Colors of #F58F7E
Black with #F58F7E
Text Example
Text Example
White with #F58F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F7E; }
p { color: rgb(245,143,126); }
H1.HeaderClassName
{
color: #F58F7E;
}
.AnyTagClassName
{
color: #F58F7E;
}
</style>
background-color css
<style>
a { background-color: #F58F7E; }
a { background-color: rgb(245,143,126); }
div.DivClassName
{
background-color: #F58F7E;
}
.BgClassName
{
background-color: #F58F7E;
}
</style>
border-color css
<style>
span { border-color: #F58F7E; }
span { border-color: rgb(245,143,126); }
td.TdClassName
{
border-color: #F58F7E;
}
.TagClassName
{
border-color: #F58F7E;
}
</style>