Shades of Vivid Tangerine #FE8F7D
Tints of Vivid Tangerine #FE8F7D
RGB
CMYK
RGB Variations
Color information
#FE8F7D (or 0xFE8F7D) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 7D. RGB value is (254,143,125). Sum of RGB (Red+Green+Blue) = 254+143+125=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F7D is #017082. Grayscale: #AEAEAE. Windows color (decimal): -94339 or 8228862. OLE color: 8228862.
HSL color Cylindrical-coordinate representation of color #FE8F7D: hue angle of 8.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE8F7D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 125 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.00 |
| HSL | 8.37º | 0.98% | 0.74% | - |
| HSV(B) | 8.37º | 0.51% | 1% | - |
| XYZ | 54.4 | 42.2 | 24.68 | - |
| YUV | 174.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 125 | 0 | 0.44 | 0.51 | 0.00 | 8.37 | 0.98 | 0.74 |
| Hex | FE | 8F | 7D | 0 | 2C | 33 | 0 | 8 | 62 | 4A |
| Octal | 376 | 217 | 175 | 0 | 54 | 63 | 0 | 10 | 142 | 112 |
| Binary | 11111110 | 10001111 | 1111101 | 0 | 101100 | 110011 | 0 | 1000 | 1100010 | 1001010 |
Color Harmonies of #FE8F7D
Complementary color
Monochromatic Colors of #FE8F7D
Black with #FE8F7D
Text Example
Text Example
White with #FE8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F7D; }
p { color: rgb(254,143,125); }
H1.HeaderClassName
{
color: #FE8F7D;
}
.AnyTagClassName
{
color: #FE8F7D;
}
</style>
background-color css
<style>
a { background-color: #FE8F7D; }
a { background-color: rgb(254,143,125); }
div.DivClassName
{
background-color: #FE8F7D;
}
.BgClassName
{
background-color: #FE8F7D;
}
</style>
border-color css
<style>
span { border-color: #FE8F7D; }
span { border-color: rgb(254,143,125); }
td.TdClassName
{
border-color: #FE8F7D;
}
.TagClassName
{
border-color: #FE8F7D;
}
</style>