Shades of Vivid Tangerine #F59B7D
Tints of Vivid Tangerine #F59B7D
RGB
CMYK
RGB Variations
Color information
#F59B7D (or 0xF59B7D) is known color: Vivid Tangerine. HEX triplet: F5, 9B and 7D. RGB value is (245,155,125). Sum of RGB (Red+Green+Blue) = 245+155+125=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B7D is #0A6482. Grayscale: #B2B2B2. Windows color (decimal): -681091 or 8231925. OLE color: 8231925.
HSL color Cylindrical-coordinate representation of color #F59B7D: hue angle of 15º 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 #F59B7D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 125 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.04 |
| HSL | 15º | 0.86% | 0.73% | - |
| HSV(B) | 15º | 0.49% | 0.96% | - |
| XYZ | 53.08 | 44.34 | 25.16 | - |
| YUV | 178.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 125 | 0 | 0.37 | 0.49 | 0.04 | 15 | 0.86 | 0.73 |
| Hex | F5 | 9B | 7D | 0 | 25 | 31 | 4 | F | 56 | 49 |
| Octal | 365 | 233 | 175 | 0 | 45 | 61 | 4 | 17 | 126 | 111 |
| Binary | 11110101 | 10011011 | 1111101 | 0 | 100101 | 110001 | 100 | 1111 | 1010110 | 1001001 |
Color Harmonies of #F59B7D
Complementary color
Monochromatic Colors of #F59B7D
Black with #F59B7D
Text Example
Text Example
White with #F59B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B7D; }
p { color: rgb(245,155,125); }
H1.HeaderClassName
{
color: #F59B7D;
}
.AnyTagClassName
{
color: #F59B7D;
}
</style>
background-color css
<style>
a { background-color: #F59B7D; }
a { background-color: rgb(245,155,125); }
div.DivClassName
{
background-color: #F59B7D;
}
.BgClassName
{
background-color: #F59B7D;
}
</style>
border-color css
<style>
span { border-color: #F59B7D; }
span { border-color: rgb(245,155,125); }
td.TdClassName
{
border-color: #F59B7D;
}
.TagClassName
{
border-color: #F59B7D;
}
</style>