Shades of Vivid Tangerine #FEA488
Tints of Vivid Tangerine #FEA488
RGB
CMYK
RGB Variations
Color information
#FEA488 (or 0xFEA488) is known color: Vivid Tangerine. HEX triplet: FE, A4 and 88. RGB value is (254,164,136). Sum of RGB (Red+Green+Blue) = 254+164+136=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA488 is #015B77. Grayscale: #BBBBBB. Windows color (decimal): -88952 or 8955134. OLE color: 8955134.
HSL color Cylindrical-coordinate representation of color #FEA488: hue angle of 14.24º 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 #FEA488 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 136 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.00 |
| HSL | 14.24º | 0.98% | 0.76% | - |
| HSV(B) | 14.24º | 0.46% | 1% | - |
| XYZ | 58.59 | 49.4 | 29.74 | - |
| YUV | 187.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 136 | 0 | 0.35 | 0.46 | 0.00 | 14.24 | 0.98 | 0.76 |
| Hex | FE | A4 | 88 | 0 | 23 | 2E | 0 | E | 62 | 4C |
| Octal | 376 | 244 | 210 | 0 | 43 | 56 | 0 | 16 | 142 | 114 |
| Binary | 11111110 | 10100100 | 10001000 | 0 | 100011 | 101110 | 0 | 1110 | 1100010 | 1001100 |
Color Harmonies of #FEA488
Complementary color
Monochromatic Colors of #FEA488
Black with #FEA488
Text Example
Text Example
White with #FEA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA488; }
p { color: rgb(254,164,136); }
H1.HeaderClassName
{
color: #FEA488;
}
.AnyTagClassName
{
color: #FEA488;
}
</style>
background-color css
<style>
a { background-color: #FEA488; }
a { background-color: rgb(254,164,136); }
div.DivClassName
{
background-color: #FEA488;
}
.BgClassName
{
background-color: #FEA488;
}
</style>
border-color css
<style>
span { border-color: #FEA488; }
span { border-color: rgb(254,164,136); }
td.TdClassName
{
border-color: #FEA488;
}
.TagClassName
{
border-color: #FEA488;
}
</style>