Shades of Vivid Tangerine #FE8F7E
Tints of Vivid Tangerine #FE8F7E
RGB
CMYK
RGB Variations
Color information
#FE8F7E (or 0xFE8F7E) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 7E. RGB value is (254,143,126). Sum of RGB (Red+Green+Blue) = 254+143+126=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F7E is #017081. Grayscale: #AEAEAE. Windows color (decimal): -94338 or 8294398. OLE color: 8294398.
HSL color Cylindrical-coordinate representation of color #FE8F7E: hue angle of 7.97º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8F7E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 126 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.00 |
| HSL | 7.97º | 0.98% | 0.75% | - |
| HSV(B) | 7.97º | 0.5% | 1% | - |
| XYZ | 54.46 | 42.22 | 25.02 | - |
| YUV | 174.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 126 | 0 | 0.44 | 0.50 | 0.00 | 7.97 | 0.98 | 0.75 |
| Hex | FE | 8F | 7E | 0 | 2C | 32 | 0 | 8 | 62 | 4B |
| Octal | 376 | 217 | 176 | 0 | 54 | 62 | 0 | 10 | 142 | 113 |
| Binary | 11111110 | 10001111 | 1111110 | 0 | 101100 | 110010 | 0 | 1000 | 1100010 | 1001011 |
Color Harmonies of #FE8F7E
Complementary color
Monochromatic Colors of #FE8F7E
Black with #FE8F7E
Text Example
Text Example
White with #FE8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F7E; }
p { color: rgb(254,143,126); }
H1.HeaderClassName
{
color: #FE8F7E;
}
.AnyTagClassName
{
color: #FE8F7E;
}
</style>
background-color css
<style>
a { background-color: #FE8F7E; }
a { background-color: rgb(254,143,126); }
div.DivClassName
{
background-color: #FE8F7E;
}
.BgClassName
{
background-color: #FE8F7E;
}
</style>
border-color css
<style>
span { border-color: #FE8F7E; }
span { border-color: rgb(254,143,126); }
td.TdClassName
{
border-color: #FE8F7E;
}
.TagClassName
{
border-color: #FE8F7E;
}
</style>