Shades of Vivid Tangerine #FE8F77
Tints of Vivid Tangerine #FE8F77
RGB
CMYK
RGB Variations
Color information
#FE8F77 (or 0xFE8F77) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 77. RGB value is (254,143,119). Sum of RGB (Red+Green+Blue) = 254+143+119=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F77 is #017088. Grayscale: #ADADAD. Windows color (decimal): -94345 or 7835646. OLE color: 7835646.
HSL color Cylindrical-coordinate representation of color #FE8F77: hue angle of 10.67º 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 #FE8F77 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 119 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.00 |
| HSL | 10.67º | 0.99% | 0.73% | - |
| HSV(B) | 10.67º | 0.53% | 1% | - |
| XYZ | 54.03 | 42.05 | 22.72 | - |
| YUV | 173.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 119 | 0 | 0.44 | 0.53 | 0.00 | 10.67 | 0.99 | 0.73 |
| Hex | FE | 8F | 77 | 0 | 2C | 35 | 0 | B | 63 | 49 |
| Octal | 376 | 217 | 167 | 0 | 54 | 65 | 0 | 13 | 143 | 111 |
| Binary | 11111110 | 10001111 | 1110111 | 0 | 101100 | 110101 | 0 | 1011 | 1100011 | 1001001 |
Color Harmonies of #FE8F77
Complementary color
Monochromatic Colors of #FE8F77
Black with #FE8F77
Text Example
Text Example
White with #FE8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F77; }
p { color: rgb(254,143,119); }
H1.HeaderClassName
{
color: #FE8F77;
}
.AnyTagClassName
{
color: #FE8F77;
}
</style>
background-color css
<style>
a { background-color: #FE8F77; }
a { background-color: rgb(254,143,119); }
div.DivClassName
{
background-color: #FE8F77;
}
.BgClassName
{
background-color: #FE8F77;
}
</style>
border-color css
<style>
span { border-color: #FE8F77; }
span { border-color: rgb(254,143,119); }
td.TdClassName
{
border-color: #FE8F77;
}
.TagClassName
{
border-color: #FE8F77;
}
</style>