Shades of Vivid Tangerine #FE947A
Tints of Vivid Tangerine #FE947A
RGB
CMYK
RGB Variations
Color information
#FE947A (or 0xFE947A) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 7A. RGB value is (254,148,122). Sum of RGB (Red+Green+Blue) = 254+148+122=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947A is #016B85. Grayscale: #B0B0B0. Windows color (decimal): -93062 or 8033534. OLE color: 8033534.
HSL color Cylindrical-coordinate representation of color #FE947A: hue angle of 11.82º 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 #FE947A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 122 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.00 |
| HSL | 11.82º | 0.99% | 0.74% | - |
| HSV(B) | 11.82º | 0.52% | 1% | - |
| XYZ | 54.98 | 43.66 | 23.94 | - |
| YUV | 176.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 122 | 0 | 0.42 | 0.52 | 0.00 | 11.82 | 0.99 | 0.74 |
| Hex | FE | 94 | 7A | 0 | 2A | 34 | 0 | C | 63 | 4A |
| Octal | 376 | 224 | 172 | 0 | 52 | 64 | 0 | 14 | 143 | 112 |
| Binary | 11111110 | 10010100 | 1111010 | 0 | 101010 | 110100 | 0 | 1100 | 1100011 | 1001010 |
Color Harmonies of #FE947A
Complementary color
Monochromatic Colors of #FE947A
Black with #FE947A
Text Example
Text Example
White with #FE947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE947A; }
p { color: rgb(254,148,122); }
H1.HeaderClassName
{
color: #FE947A;
}
.AnyTagClassName
{
color: #FE947A;
}
</style>
background-color css
<style>
a { background-color: #FE947A; }
a { background-color: rgb(254,148,122); }
div.DivClassName
{
background-color: #FE947A;
}
.BgClassName
{
background-color: #FE947A;
}
</style>
border-color css
<style>
span { border-color: #FE947A; }
span { border-color: rgb(254,148,122); }
td.TdClassName
{
border-color: #FE947A;
}
.TagClassName
{
border-color: #FE947A;
}
</style>