Shades of Vivid Tangerine #FE957D
Tints of Vivid Tangerine #FE957D
RGB
CMYK
RGB Variations
Color information
#FE957D (or 0xFE957D) is known color: Vivid Tangerine. HEX triplet: FE, 95 and 7D. RGB value is (254,149,125). Sum of RGB (Red+Green+Blue) = 254+149+125=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE957D is #016A82. Grayscale: #B1B1B1. Windows color (decimal): -92803 or 8230398. OLE color: 8230398.
HSL color Cylindrical-coordinate representation of color #FE957D: hue angle of 11.16º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE957D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 125 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.00 |
| HSL | 11.16º | 0.98% | 0.74% | - |
| HSV(B) | 11.16º | 0.51% | 1% | - |
| XYZ | 55.32 | 44.05 | 24.99 | - |
| YUV | 177.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 125 | 0 | 0.41 | 0.51 | 0.00 | 11.16 | 0.98 | 0.74 |
| Hex | FE | 95 | 7D | 0 | 29 | 33 | 0 | B | 62 | 4A |
| Octal | 376 | 225 | 175 | 0 | 51 | 63 | 0 | 13 | 142 | 112 |
| Binary | 11111110 | 10010101 | 1111101 | 0 | 101001 | 110011 | 0 | 1011 | 1100010 | 1001010 |
Color Harmonies of #FE957D
Complementary color
Monochromatic Colors of #FE957D
Black with #FE957D
Text Example
Text Example
White with #FE957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE957D; }
p { color: rgb(254,149,125); }
H1.HeaderClassName
{
color: #FE957D;
}
.AnyTagClassName
{
color: #FE957D;
}
</style>
background-color css
<style>
a { background-color: #FE957D; }
a { background-color: rgb(254,149,125); }
div.DivClassName
{
background-color: #FE957D;
}
.BgClassName
{
background-color: #FE957D;
}
</style>
border-color css
<style>
span { border-color: #FE957D; }
span { border-color: rgb(254,149,125); }
td.TdClassName
{
border-color: #FE957D;
}
.TagClassName
{
border-color: #FE957D;
}
</style>