Shades of Vivid Tangerine #FE8D78
Tints of Vivid Tangerine #FE8D78
RGB
CMYK
RGB Variations
Color information
#FE8D78 (or 0xFE8D78) is known color: Vivid Tangerine. HEX triplet: FE, 8D and 78. RGB value is (254,141,120). Sum of RGB (Red+Green+Blue) = 254+141+120=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D78 is #017287. Grayscale: #ACACAC. Windows color (decimal): -94856 or 7900670. OLE color: 7900670.
HSL color Cylindrical-coordinate representation of color #FE8D78: hue angle of 9.4º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8D78 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 120 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.00 |
| HSL | 9.4º | 0.99% | 0.73% | - |
| HSV(B) | 9.4º | 0.53% | 1% | - |
| XYZ | 53.79 | 41.48 | 22.94 | - |
| YUV | 172.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 120 | 0 | 0.44 | 0.53 | 0.00 | 9.4 | 0.99 | 0.73 |
| Hex | FE | 8D | 78 | 0 | 2C | 35 | 0 | 9 | 63 | 49 |
| Octal | 376 | 215 | 170 | 0 | 54 | 65 | 0 | 11 | 143 | 111 |
| Binary | 11111110 | 10001101 | 1111000 | 0 | 101100 | 110101 | 0 | 1001 | 1100011 | 1001001 |
Color Harmonies of #FE8D78
Complementary color
Monochromatic Colors of #FE8D78
Black with #FE8D78
Text Example
Text Example
White with #FE8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D78; }
p { color: rgb(254,141,120); }
H1.HeaderClassName
{
color: #FE8D78;
}
.AnyTagClassName
{
color: #FE8D78;
}
</style>
background-color css
<style>
a { background-color: #FE8D78; }
a { background-color: rgb(254,141,120); }
div.DivClassName
{
background-color: #FE8D78;
}
.BgClassName
{
background-color: #FE8D78;
}
</style>
border-color css
<style>
span { border-color: #FE8D78; }
span { border-color: rgb(254,141,120); }
td.TdClassName
{
border-color: #FE8D78;
}
.TagClassName
{
border-color: #FE8D78;
}
</style>