Shades of Vivid Tangerine #F59A7D
Tints of Vivid Tangerine #F59A7D
RGB
CMYK
RGB Variations
Color information
#F59A7D (or 0xF59A7D) is known color: Vivid Tangerine. HEX triplet: F5, 9A and 7D. RGB value is (245,154,125). Sum of RGB (Red+Green+Blue) = 245+154+125=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59A7D is #0A6582. Grayscale: #B2B2B2. Windows color (decimal): -681347 or 8231669. OLE color: 8231669.
HSL color Cylindrical-coordinate representation of color #F59A7D: hue angle of 14.5º 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 #F59A7D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 125 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.04 |
| HSL | 14.5º | 0.86% | 0.73% | - |
| HSV(B) | 14.5º | 0.49% | 0.96% | - |
| XYZ | 52.91 | 44 | 25.11 | - |
| YUV | 177.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 125 | 0 | 0.37 | 0.49 | 0.04 | 14.5 | 0.86 | 0.73 |
| Hex | F5 | 9A | 7D | 0 | 25 | 31 | 4 | E | 56 | 49 |
| Octal | 365 | 232 | 175 | 0 | 45 | 61 | 4 | 16 | 126 | 111 |
| Binary | 11110101 | 10011010 | 1111101 | 0 | 100101 | 110001 | 100 | 1110 | 1010110 | 1001001 |
Color Harmonies of #F59A7D
Complementary color
Monochromatic Colors of #F59A7D
Black with #F59A7D
Text Example
Text Example
White with #F59A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A7D; }
p { color: rgb(245,154,125); }
H1.HeaderClassName
{
color: #F59A7D;
}
.AnyTagClassName
{
color: #F59A7D;
}
</style>
background-color css
<style>
a { background-color: #F59A7D; }
a { background-color: rgb(245,154,125); }
div.DivClassName
{
background-color: #F59A7D;
}
.BgClassName
{
background-color: #F59A7D;
}
</style>
border-color css
<style>
span { border-color: #F59A7D; }
span { border-color: rgb(245,154,125); }
td.TdClassName
{
border-color: #F59A7D;
}
.TagClassName
{
border-color: #F59A7D;
}
</style>