Shades of Vivid Tangerine #FE997D
Tints of Vivid Tangerine #FE997D
RGB
CMYK
RGB Variations
Color information
#FE997D (or 0xFE997D) is known color: Vivid Tangerine. HEX triplet: FE, 99 and 7D. RGB value is (254,153,125). Sum of RGB (Red+Green+Blue) = 254+153+125=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE997D is #016682. Grayscale: #B4B4B4. Windows color (decimal): -91779 or 8231422. OLE color: 8231422.
HSL color Cylindrical-coordinate representation of color #FE997D: hue angle of 13.02º 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 #FE997D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 125 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.00 |
| HSL | 13.02º | 0.98% | 0.74% | - |
| HSV(B) | 13.02º | 0.51% | 1% | - |
| XYZ | 55.97 | 45.33 | 25.2 | - |
| YUV | 180.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 125 | 0 | 0.40 | 0.51 | 0.00 | 13.02 | 0.98 | 0.74 |
| Hex | FE | 99 | 7D | 0 | 28 | 33 | 0 | D | 62 | 4A |
| Octal | 376 | 231 | 175 | 0 | 50 | 63 | 0 | 15 | 142 | 112 |
| Binary | 11111110 | 10011001 | 1111101 | 0 | 101000 | 110011 | 0 | 1101 | 1100010 | 1001010 |
Color Harmonies of #FE997D
Complementary color
Monochromatic Colors of #FE997D
Black with #FE997D
Text Example
Text Example
White with #FE997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE997D; }
p { color: rgb(254,153,125); }
H1.HeaderClassName
{
color: #FE997D;
}
.AnyTagClassName
{
color: #FE997D;
}
</style>
background-color css
<style>
a { background-color: #FE997D; }
a { background-color: rgb(254,153,125); }
div.DivClassName
{
background-color: #FE997D;
}
.BgClassName
{
background-color: #FE997D;
}
</style>
border-color css
<style>
span { border-color: #FE997D; }
span { border-color: rgb(254,153,125); }
td.TdClassName
{
border-color: #FE997D;
}
.TagClassName
{
border-color: #FE997D;
}
</style>