Shades of Vivid Tangerine #FE8F76
Tints of Vivid Tangerine #FE8F76
RGB
CMYK
RGB Variations
Color information
#FE8F76 (or 0xFE8F76) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 76. RGB value is (254,143,118). Sum of RGB (Red+Green+Blue) = 254+143+118=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F76 is #017089. Grayscale: #ADADAD. Windows color (decimal): -94346 or 7770110. OLE color: 7770110.
HSL color Cylindrical-coordinate representation of color #FE8F76: hue angle of 11.03º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8F76 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 118 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.00 |
| HSL | 11.03º | 0.99% | 0.73% | - |
| HSV(B) | 11.03º | 0.54% | 1% | - |
| XYZ | 53.97 | 42.02 | 22.41 | - |
| YUV | 173.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 118 | 0 | 0.44 | 0.54 | 0.00 | 11.03 | 0.99 | 0.73 |
| Hex | FE | 8F | 76 | 0 | 2C | 36 | 0 | B | 63 | 49 |
| Octal | 376 | 217 | 166 | 0 | 54 | 66 | 0 | 13 | 143 | 111 |
| Binary | 11111110 | 10001111 | 1110110 | 0 | 101100 | 110110 | 0 | 1011 | 1100011 | 1001001 |
Color Harmonies of #FE8F76
Complementary color
Monochromatic Colors of #FE8F76
Black with #FE8F76
Text Example
Text Example
White with #FE8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F76; }
p { color: rgb(254,143,118); }
H1.HeaderClassName
{
color: #FE8F76;
}
.AnyTagClassName
{
color: #FE8F76;
}
</style>
background-color css
<style>
a { background-color: #FE8F76; }
a { background-color: rgb(254,143,118); }
div.DivClassName
{
background-color: #FE8F76;
}
.BgClassName
{
background-color: #FE8F76;
}
</style>
border-color css
<style>
span { border-color: #FE8F76; }
span { border-color: rgb(254,143,118); }
td.TdClassName
{
border-color: #FE8F76;
}
.TagClassName
{
border-color: #FE8F76;
}
</style>