Shades of Vivid Tangerine #FEA188
Tints of Vivid Tangerine #FEA188
RGB
CMYK
RGB Variations
Color information
#FEA188 (or 0xFEA188) is known color: Vivid Tangerine. HEX triplet: FE, A1 and 88. RGB value is (254,161,136). Sum of RGB (Red+Green+Blue) = 254+161+136=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA188 is #015E77. Grayscale: #BABABA. Windows color (decimal): -89720 or 8954366. OLE color: 8954366.
HSL color Cylindrical-coordinate representation of color #FEA188: hue angle of 12.71º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA188 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 136 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.00 |
| HSL | 12.71º | 0.98% | 0.76% | - |
| HSV(B) | 12.71º | 0.46% | 1% | - |
| XYZ | 58.06 | 48.34 | 29.56 | - |
| YUV | 185.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 136 | 0 | 0.37 | 0.46 | 0.00 | 12.71 | 0.98 | 0.76 |
| Hex | FE | A1 | 88 | 0 | 25 | 2E | 0 | D | 62 | 4C |
| Octal | 376 | 241 | 210 | 0 | 45 | 56 | 0 | 15 | 142 | 114 |
| Binary | 11111110 | 10100001 | 10001000 | 0 | 100101 | 101110 | 0 | 1101 | 1100010 | 1001100 |
Color Harmonies of #FEA188
Complementary color
Monochromatic Colors of #FEA188
Black with #FEA188
Text Example
Text Example
White with #FEA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA188; }
p { color: rgb(254,161,136); }
H1.HeaderClassName
{
color: #FEA188;
}
.AnyTagClassName
{
color: #FEA188;
}
</style>
background-color css
<style>
a { background-color: #FEA188; }
a { background-color: rgb(254,161,136); }
div.DivClassName
{
background-color: #FEA188;
}
.BgClassName
{
background-color: #FEA188;
}
</style>
border-color css
<style>
span { border-color: #FEA188; }
span { border-color: rgb(254,161,136); }
td.TdClassName
{
border-color: #FEA188;
}
.TagClassName
{
border-color: #FEA188;
}
</style>