Shades of Vivid Tangerine #F58D7B
Tints of Vivid Tangerine #F58D7B
RGB
CMYK
RGB Variations
Color information
#F58D7B (or 0xF58D7B) is known color: Vivid Tangerine. HEX triplet: F5, 8D and 7B. RGB value is (245,141,123). Sum of RGB (Red+Green+Blue) = 245+141+123=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D7B is #0A7284. Grayscale: #AAAAAA. Windows color (decimal): -684677 or 8097269. OLE color: 8097269.
HSL color Cylindrical-coordinate representation of color #F58D7B: hue angle of 8.85º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58D7B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 123 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.04 |
| HSL | 8.85º | 0.86% | 0.72% | - |
| HSV(B) | 8.85º | 0.5% | 0.96% | - |
| XYZ | 50.76 | 39.89 | 23.76 | - |
| YUV | 170.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 123 | 0 | 0.42 | 0.50 | 0.04 | 8.85 | 0.86 | 0.72 |
| Hex | F5 | 8D | 7B | 0 | 2A | 32 | 4 | 9 | 56 | 48 |
| Octal | 365 | 215 | 173 | 0 | 52 | 62 | 4 | 11 | 126 | 110 |
| Binary | 11110101 | 10001101 | 1111011 | 0 | 101010 | 110010 | 100 | 1001 | 1010110 | 1001000 |
Color Harmonies of #F58D7B
Complementary color
Monochromatic Colors of #F58D7B
Black with #F58D7B
Text Example
Text Example
White with #F58D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D7B; }
p { color: rgb(245,141,123); }
H1.HeaderClassName
{
color: #F58D7B;
}
.AnyTagClassName
{
color: #F58D7B;
}
</style>
background-color css
<style>
a { background-color: #F58D7B; }
a { background-color: rgb(245,141,123); }
div.DivClassName
{
background-color: #F58D7B;
}
.BgClassName
{
background-color: #F58D7B;
}
</style>
border-color css
<style>
span { border-color: #F58D7B; }
span { border-color: rgb(245,141,123); }
td.TdClassName
{
border-color: #F58D7B;
}
.TagClassName
{
border-color: #F58D7B;
}
</style>