Shades of Vivid Tangerine #F5927D
Tints of Vivid Tangerine #F5927D
RGB
CMYK
RGB Variations
Color information
#F5927D (or 0xF5927D) is known color: Vivid Tangerine. HEX triplet: F5, 92 and 7D. RGB value is (245,146,125). Sum of RGB (Red+Green+Blue) = 245+146+125=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5927D is #0A6D82. Grayscale: #ADADAD. Windows color (decimal): -683395 or 8229621. OLE color: 8229621.
HSL color Cylindrical-coordinate representation of color #F5927D: hue angle of 10.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 #F5927D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 125 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.04 |
| HSL | 10.5º | 0.86% | 0.73% | - |
| HSV(B) | 10.5º | 0.49% | 0.96% | - |
| XYZ | 51.64 | 41.45 | 24.68 | - |
| YUV | 173.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 125 | 0 | 0.40 | 0.49 | 0.04 | 10.5 | 0.86 | 0.73 |
| Hex | F5 | 92 | 7D | 0 | 28 | 31 | 4 | A | 56 | 49 |
| Octal | 365 | 222 | 175 | 0 | 50 | 61 | 4 | 12 | 126 | 111 |
| Binary | 11110101 | 10010010 | 1111101 | 0 | 101000 | 110001 | 100 | 1010 | 1010110 | 1001001 |
Color Harmonies of #F5927D
Complementary color
Monochromatic Colors of #F5927D
Black with #F5927D
Text Example
Text Example
White with #F5927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5927D; }
p { color: rgb(245,146,125); }
H1.HeaderClassName
{
color: #F5927D;
}
.AnyTagClassName
{
color: #F5927D;
}
</style>
background-color css
<style>
a { background-color: #F5927D; }
a { background-color: rgb(245,146,125); }
div.DivClassName
{
background-color: #F5927D;
}
.BgClassName
{
background-color: #F5927D;
}
</style>
border-color css
<style>
span { border-color: #F5927D; }
span { border-color: rgb(245,146,125); }
td.TdClassName
{
border-color: #F5927D;
}
.TagClassName
{
border-color: #F5927D;
}
</style>