Shades of Vivid Tangerine #FE997E
Tints of Vivid Tangerine #FE997E
RGB
CMYK
RGB Variations
Color information
#FE997E (or 0xFE997E) is known color: Vivid Tangerine. HEX triplet: FE, 99 and 7E. RGB value is (254,153,126). Sum of RGB (Red+Green+Blue) = 254+153+126=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE997E is #016681. Grayscale: #B4B4B4. Windows color (decimal): -91778 or 8296958. OLE color: 8296958.
HSL color Cylindrical-coordinate representation of color #FE997E: hue angle of 12.66º 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 #FE997E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 126 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.00 |
| HSL | 12.66º | 0.98% | 0.75% | - |
| HSV(B) | 12.66º | 0.5% | 1% | - |
| XYZ | 56.03 | 45.36 | 25.54 | - |
| YUV | 180.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 126 | 0 | 0.40 | 0.50 | 0.00 | 12.66 | 0.98 | 0.75 |
| Hex | FE | 99 | 7E | 0 | 28 | 32 | 0 | D | 62 | 4B |
| Octal | 376 | 231 | 176 | 0 | 50 | 62 | 0 | 15 | 142 | 113 |
| Binary | 11111110 | 10011001 | 1111110 | 0 | 101000 | 110010 | 0 | 1101 | 1100010 | 1001011 |
Color Harmonies of #FE997E
Complementary color
Monochromatic Colors of #FE997E
Black with #FE997E
Text Example
Text Example
White with #FE997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE997E; }
p { color: rgb(254,153,126); }
H1.HeaderClassName
{
color: #FE997E;
}
.AnyTagClassName
{
color: #FE997E;
}
</style>
background-color css
<style>
a { background-color: #FE997E; }
a { background-color: rgb(254,153,126); }
div.DivClassName
{
background-color: #FE997E;
}
.BgClassName
{
background-color: #FE997E;
}
</style>
border-color css
<style>
span { border-color: #FE997E; }
span { border-color: rgb(254,153,126); }
td.TdClassName
{
border-color: #FE997E;
}
.TagClassName
{
border-color: #FE997E;
}
</style>