Shades of Vivid Tangerine #FE967A
Tints of Vivid Tangerine #FE967A
RGB
CMYK
RGB Variations
Color information
#FE967A (or 0xFE967A) is known color: Vivid Tangerine. HEX triplet: FE, 96 and 7A. RGB value is (254,150,122). Sum of RGB (Red+Green+Blue) = 254+150+122=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE967A is #016985. Grayscale: #B2B2B2. Windows color (decimal): -92550 or 8034046. OLE color: 8034046.
HSL color Cylindrical-coordinate representation of color #FE967A: hue angle of 12.73º 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 #FE967A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 122 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.00 |
| HSL | 12.73º | 0.99% | 0.74% | - |
| HSV(B) | 12.73º | 0.52% | 1% | - |
| XYZ | 55.29 | 44.29 | 24.05 | - |
| YUV | 177.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 122 | 0 | 0.41 | 0.52 | 0.00 | 12.73 | 0.99 | 0.74 |
| Hex | FE | 96 | 7A | 0 | 29 | 34 | 0 | D | 63 | 4A |
| Octal | 376 | 226 | 172 | 0 | 51 | 64 | 0 | 15 | 143 | 112 |
| Binary | 11111110 | 10010110 | 1111010 | 0 | 101001 | 110100 | 0 | 1101 | 1100011 | 1001010 |
Color Harmonies of #FE967A
Complementary color
Monochromatic Colors of #FE967A
Black with #FE967A
Text Example
Text Example
White with #FE967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE967A; }
p { color: rgb(254,150,122); }
H1.HeaderClassName
{
color: #FE967A;
}
.AnyTagClassName
{
color: #FE967A;
}
</style>
background-color css
<style>
a { background-color: #FE967A; }
a { background-color: rgb(254,150,122); }
div.DivClassName
{
background-color: #FE967A;
}
.BgClassName
{
background-color: #FE967A;
}
</style>
border-color css
<style>
span { border-color: #FE967A; }
span { border-color: rgb(254,150,122); }
td.TdClassName
{
border-color: #FE967A;
}
.TagClassName
{
border-color: #FE967A;
}
</style>