Shades of Vivid Tangerine #FE957A
Tints of Vivid Tangerine #FE957A
RGB
CMYK
RGB Variations
Color information
#FE957A (or 0xFE957A) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 7A. RGB value is (254,149,122). Sum of RGB (Red+Green+Blue) = 254+149+122=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE957A is #016A85. Grayscale: #B1B1B1. Windows color (decimal): -92806 or 8033790. OLE color: 8033790.
HSL color Cylindrical-coordinate representation of color #FE957A: hue angle of 12.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE957A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 122 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.00 |
| HSL | 12.27º | 0.99% | 0.74% | - |
| HSV(B) | 12.27º | 0.52% | 1% | - |
| XYZ | 55.13 | 43.97 | 23.99 | - |
| YUV | 177.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 122 | 0 | 0.41 | 0.52 | 0.00 | 12.27 | 0.99 | 0.74 |
| Hex | FE | 95 | 7A | 0 | 29 | 34 | 0 | C | 63 | 4A |
| Octal | 376 | 225 | 172 | 0 | 51 | 64 | 0 | 14 | 143 | 112 |
| Binary | 11111110 | 10010101 | 1111010 | 0 | 101001 | 110100 | 0 | 1100 | 1100011 | 1001010 |
Color Harmonies of #FE957A
Complementary color
Monochromatic Colors of #FE957A
Black with #FE957A
Text Example
Text Example
White with #FE957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE957A; }
p { color: rgb(254,149,122); }
H1.HeaderClassName
{
color: #FE957A;
}
.AnyTagClassName
{
color: #FE957A;
}
</style>
background-color css
<style>
a { background-color: #FE957A; }
a { background-color: rgb(254,149,122); }
div.DivClassName
{
background-color: #FE957A;
}
.BgClassName
{
background-color: #FE957A;
}
</style>
border-color css
<style>
span { border-color: #FE957A; }
span { border-color: rgb(254,149,122); }
td.TdClassName
{
border-color: #FE957A;
}
.TagClassName
{
border-color: #FE957A;
}
</style>