Shades of Vivid Tangerine #FE8D79
Tints of Vivid Tangerine #FE8D79
RGB
CMYK
RGB Variations
Color information
#FE8D79 (or 0xFE8D79) is known color: Vivid Tangerine. HEX triplet: FE, 8D and 79. RGB value is (254,141,121). Sum of RGB (Red+Green+Blue) = 254+141+121=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D79 is #017286. Grayscale: #ACACAC. Windows color (decimal): -94855 or 7966206. OLE color: 7966206.
HSL color Cylindrical-coordinate representation of color #FE8D79: hue angle of 9.02º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8D79 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 121 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.00 |
| HSL | 9.02º | 0.99% | 0.74% | - |
| HSV(B) | 9.02º | 0.52% | 1% | - |
| XYZ | 53.85 | 41.5 | 23.26 | - |
| YUV | 172.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 121 | 0 | 0.44 | 0.52 | 0.00 | 9.02 | 0.99 | 0.74 |
| Hex | FE | 8D | 79 | 0 | 2C | 34 | 0 | 9 | 63 | 4A |
| Octal | 376 | 215 | 171 | 0 | 54 | 64 | 0 | 11 | 143 | 112 |
| Binary | 11111110 | 10001101 | 1111001 | 0 | 101100 | 110100 | 0 | 1001 | 1100011 | 1001010 |
Color Harmonies of #FE8D79
Complementary color
Monochromatic Colors of #FE8D79
Black with #FE8D79
Text Example
Text Example
White with #FE8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D79; }
p { color: rgb(254,141,121); }
H1.HeaderClassName
{
color: #FE8D79;
}
.AnyTagClassName
{
color: #FE8D79;
}
</style>
background-color css
<style>
a { background-color: #FE8D79; }
a { background-color: rgb(254,141,121); }
div.DivClassName
{
background-color: #FE8D79;
}
.BgClassName
{
background-color: #FE8D79;
}
</style>
border-color css
<style>
span { border-color: #FE8D79; }
span { border-color: rgb(254,141,121); }
td.TdClassName
{
border-color: #FE8D79;
}
.TagClassName
{
border-color: #FE8D79;
}
</style>