Shades of Vivid Tangerine #FE9280
Tints of Vivid Tangerine #FE9280
RGB
CMYK
RGB Variations
Color information
#FE9280 (or 0xFE9280) is known color: Vivid Tangerine. HEX triplet: FE, 92 and 80. RGB value is (254,146,128). Sum of RGB (Red+Green+Blue) = 254+146+128=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9280 is #016D7F. Grayscale: #B0B0B0. Windows color (decimal): -93568 or 8426238. OLE color: 8426238.
HSL color Cylindrical-coordinate representation of color #FE9280: hue angle of 8.57º 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 #FE9280 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 128 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.00 |
| HSL | 8.57º | 0.98% | 0.75% | - |
| HSV(B) | 8.57º | 0.5% | 1% | - |
| XYZ | 55.05 | 43.19 | 25.86 | - |
| YUV | 176.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 128 | 0 | 0.43 | 0.50 | 0.00 | 8.57 | 0.98 | 0.75 |
| Hex | FE | 92 | 80 | 0 | 2B | 32 | 0 | 9 | 62 | 4B |
| Octal | 376 | 222 | 200 | 0 | 53 | 62 | 0 | 11 | 142 | 113 |
| Binary | 11111110 | 10010010 | 10000000 | 0 | 101011 | 110010 | 0 | 1001 | 1100010 | 1001011 |
Color Harmonies of #FE9280
Complementary color
Monochromatic Colors of #FE9280
Black with #FE9280
Text Example
Text Example
White with #FE9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9280; }
p { color: rgb(254,146,128); }
H1.HeaderClassName
{
color: #FE9280;
}
.AnyTagClassName
{
color: #FE9280;
}
</style>
background-color css
<style>
a { background-color: #FE9280; }
a { background-color: rgb(254,146,128); }
div.DivClassName
{
background-color: #FE9280;
}
.BgClassName
{
background-color: #FE9280;
}
</style>
border-color css
<style>
span { border-color: #FE9280; }
span { border-color: rgb(254,146,128); }
td.TdClassName
{
border-color: #FE9280;
}
.TagClassName
{
border-color: #FE9280;
}
</style>