Shades of Vivid Tangerine #FE967D
Tints of Vivid Tangerine #FE967D
RGB
CMYK
RGB Variations
Color information
#FE967D (or 0xFE967D) is known color: Vivid Tangerine. HEX triplet: FE, 96 and 7D. RGB value is (254,150,125). Sum of RGB (Red+Green+Blue) = 254+150+125=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE967D is #016982. Grayscale: #B2B2B2. Windows color (decimal): -92547 or 8230654. OLE color: 8230654.
HSL color Cylindrical-coordinate representation of color #FE967D: hue angle of 11.63º 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 #FE967D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 125 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.00 |
| HSL | 11.63º | 0.98% | 0.74% | - |
| HSV(B) | 11.63º | 0.51% | 1% | - |
| XYZ | 55.48 | 44.36 | 25.04 | - |
| YUV | 178.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 125 | 0 | 0.41 | 0.51 | 0.00 | 11.63 | 0.98 | 0.74 |
| Hex | FE | 96 | 7D | 0 | 29 | 33 | 0 | C | 62 | 4A |
| Octal | 376 | 226 | 175 | 0 | 51 | 63 | 0 | 14 | 142 | 112 |
| Binary | 11111110 | 10010110 | 1111101 | 0 | 101001 | 110011 | 0 | 1100 | 1100010 | 1001010 |
Color Harmonies of #FE967D
Complementary color
Monochromatic Colors of #FE967D
Black with #FE967D
Text Example
Text Example
White with #FE967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE967D; }
p { color: rgb(254,150,125); }
H1.HeaderClassName
{
color: #FE967D;
}
.AnyTagClassName
{
color: #FE967D;
}
</style>
background-color css
<style>
a { background-color: #FE967D; }
a { background-color: rgb(254,150,125); }
div.DivClassName
{
background-color: #FE967D;
}
.BgClassName
{
background-color: #FE967D;
}
</style>
border-color css
<style>
span { border-color: #FE967D; }
span { border-color: rgb(254,150,125); }
td.TdClassName
{
border-color: #FE967D;
}
.TagClassName
{
border-color: #FE967D;
}
</style>