Shades of Vivid Tangerine #FE957F
Tints of Vivid Tangerine #FE957F
RGB
CMYK
RGB Variations
Color information
#FE957F (or 0xFE957F) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 7F. RGB value is (254,149,127). Sum of RGB (Red+Green+Blue) = 254+149+127=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE957F is #016A80. Grayscale: #B2B2B2. Windows color (decimal): -92801 or 8361470. OLE color: 8361470.
HSL color Cylindrical-coordinate representation of color #FE957F: hue angle of 10.39º 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 #FE957F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 127 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.00 |
| HSL | 10.39º | 0.98% | 0.75% | - |
| HSV(B) | 10.39º | 0.5% | 1% | - |
| XYZ | 55.45 | 44.1 | 25.67 | - |
| YUV | 177.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 127 | 0 | 0.41 | 0.50 | 0.00 | 10.39 | 0.98 | 0.75 |
| Hex | FE | 95 | 7F | 0 | 29 | 32 | 0 | A | 62 | 4B |
| Octal | 376 | 225 | 177 | 0 | 51 | 62 | 0 | 12 | 142 | 113 |
| Binary | 11111110 | 10010101 | 1111111 | 0 | 101001 | 110010 | 0 | 1010 | 1100010 | 1001011 |
Color Harmonies of #FE957F
Complementary color
Monochromatic Colors of #FE957F
Black with #FE957F
Text Example
Text Example
White with #FE957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE957F; }
p { color: rgb(254,149,127); }
H1.HeaderClassName
{
color: #FE957F;
}
.AnyTagClassName
{
color: #FE957F;
}
</style>
background-color css
<style>
a { background-color: #FE957F; }
a { background-color: rgb(254,149,127); }
div.DivClassName
{
background-color: #FE957F;
}
.BgClassName
{
background-color: #FE957F;
}
</style>
border-color css
<style>
span { border-color: #FE957F; }
span { border-color: rgb(254,149,127); }
td.TdClassName
{
border-color: #FE957F;
}
.TagClassName
{
border-color: #FE957F;
}
</style>