Shades of Vivid Tangerine #FE9276
Tints of Vivid Tangerine #FE9276
RGB
CMYK
RGB Variations
Color information
#FE9276 (or 0xFE9276) is known color: Vivid Tangerine. HEX triplet: FE, 92 and 76. RGB value is (254,146,118). Sum of RGB (Red+Green+Blue) = 254+146+118=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9276 is #016D89. Grayscale: #AFAFAF. Windows color (decimal): -93578 or 7770878. OLE color: 7770878.
HSL color Cylindrical-coordinate representation of color #FE9276: hue angle of 12.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE9276 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 118 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.00 |
| HSL | 12.35º | 0.99% | 0.73% | - |
| HSV(B) | 12.35º | 0.54% | 1% | - |
| XYZ | 54.42 | 42.94 | 22.56 | - |
| YUV | 175.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 118 | 0 | 0.43 | 0.54 | 0.00 | 12.35 | 0.99 | 0.73 |
| Hex | FE | 92 | 76 | 0 | 2B | 36 | 0 | C | 63 | 49 |
| Octal | 376 | 222 | 166 | 0 | 53 | 66 | 0 | 14 | 143 | 111 |
| Binary | 11111110 | 10010010 | 1110110 | 0 | 101011 | 110110 | 0 | 1100 | 1100011 | 1001001 |
Color Harmonies of #FE9276
Complementary color
Monochromatic Colors of #FE9276
Black with #FE9276
Text Example
Text Example
White with #FE9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9276; }
p { color: rgb(254,146,118); }
H1.HeaderClassName
{
color: #FE9276;
}
.AnyTagClassName
{
color: #FE9276;
}
</style>
background-color css
<style>
a { background-color: #FE9276; }
a { background-color: rgb(254,146,118); }
div.DivClassName
{
background-color: #FE9276;
}
.BgClassName
{
background-color: #FE9276;
}
</style>
border-color css
<style>
span { border-color: #FE9276; }
span { border-color: rgb(254,146,118); }
td.TdClassName
{
border-color: #FE9276;
}
.TagClassName
{
border-color: #FE9276;
}
</style>