Shades of Vivid Tangerine #FE9982
Tints of Vivid Tangerine #FE9982
RGB
CMYK
RGB Variations
Color information
#FE9982 (or 0xFE9982) is known color: Vivid Tangerine. HEX triplet: FE, 99 and 82. RGB value is (254,153,130). Sum of RGB (Red+Green+Blue) = 254+153+130=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9982 is #01667D. Grayscale: #B4B4B4. Windows color (decimal): -91774 or 8559102. OLE color: 8559102.
HSL color Cylindrical-coordinate representation of color #FE9982: hue angle of 11.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE9982 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 130 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.00 |
| HSL | 11.13º | 0.98% | 0.75% | - |
| HSV(B) | 11.13º | 0.49% | 1% | - |
| XYZ | 56.29 | 45.47 | 26.93 | - |
| YUV | 180.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 130 | 0 | 0.40 | 0.49 | 0.00 | 11.13 | 0.98 | 0.75 |
| Hex | FE | 99 | 82 | 0 | 28 | 31 | 0 | B | 62 | 4B |
| Octal | 376 | 231 | 202 | 0 | 50 | 61 | 0 | 13 | 142 | 113 |
| Binary | 11111110 | 10011001 | 10000010 | 0 | 101000 | 110001 | 0 | 1011 | 1100010 | 1001011 |
Color Harmonies of #FE9982
Complementary color
Monochromatic Colors of #FE9982
Black with #FE9982
Text Example
Text Example
White with #FE9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9982; }
p { color: rgb(254,153,130); }
H1.HeaderClassName
{
color: #FE9982;
}
.AnyTagClassName
{
color: #FE9982;
}
</style>
background-color css
<style>
a { background-color: #FE9982; }
a { background-color: rgb(254,153,130); }
div.DivClassName
{
background-color: #FE9982;
}
.BgClassName
{
background-color: #FE9982;
}
</style>
border-color css
<style>
span { border-color: #FE9982; }
span { border-color: rgb(254,153,130); }
td.TdClassName
{
border-color: #FE9982;
}
.TagClassName
{
border-color: #FE9982;
}
</style>