Shades of Vivid Tangerine #FE8D7B
Tints of Vivid Tangerine #FE8D7B
RGB
CMYK
RGB Variations
Color information
#FE8D7B (or 0xFE8D7B) is known color: Vivid Tangerine. HEX triplet: FE, 8D and 7B. RGB value is (254,141,123). Sum of RGB (Red+Green+Blue) = 254+141+123=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D7B is #017284. Grayscale: #ACACAC. Windows color (decimal): -94853 or 8097278. OLE color: 8097278.
HSL color Cylindrical-coordinate representation of color #FE8D7B: hue angle of 8.24º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8D7B is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 123 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.00 |
| HSL | 8.24º | 0.98% | 0.74% | - |
| HSV(B) | 8.24º | 0.52% | 1% | - |
| XYZ | 53.97 | 41.55 | 23.91 | - |
| YUV | 172.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 123 | 0 | 0.44 | 0.52 | 0.00 | 8.24 | 0.98 | 0.74 |
| Hex | FE | 8D | 7B | 0 | 2C | 34 | 0 | 8 | 62 | 4A |
| Octal | 376 | 215 | 173 | 0 | 54 | 64 | 0 | 10 | 142 | 112 |
| Binary | 11111110 | 10001101 | 1111011 | 0 | 101100 | 110100 | 0 | 1000 | 1100010 | 1001010 |
Color Harmonies of #FE8D7B
Complementary color
Monochromatic Colors of #FE8D7B
Black with #FE8D7B
Text Example
Text Example
White with #FE8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D7B; }
p { color: rgb(254,141,123); }
H1.HeaderClassName
{
color: #FE8D7B;
}
.AnyTagClassName
{
color: #FE8D7B;
}
</style>
background-color css
<style>
a { background-color: #FE8D7B; }
a { background-color: rgb(254,141,123); }
div.DivClassName
{
background-color: #FE8D7B;
}
.BgClassName
{
background-color: #FE8D7B;
}
</style>
border-color css
<style>
span { border-color: #FE8D7B; }
span { border-color: rgb(254,141,123); }
td.TdClassName
{
border-color: #FE8D7B;
}
.TagClassName
{
border-color: #FE8D7B;
}
</style>