Shades of Vivid Tangerine #FE947D
Tints of Vivid Tangerine #FE947D
RGB
CMYK
RGB Variations
Color information
#FE947D (or 0xFE947D) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 7D. RGB value is (254,148,125). Sum of RGB (Red+Green+Blue) = 254+148+125=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947D is #016B82. Grayscale: #B1B1B1. Windows color (decimal): -93059 or 8230142. OLE color: 8230142.
HSL color Cylindrical-coordinate representation of color #FE947D: hue angle of 10.7º 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 #FE947D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 125 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.00 |
| HSL | 10.7º | 0.98% | 0.74% | - |
| HSV(B) | 10.7º | 0.51% | 1% | - |
| XYZ | 55.16 | 43.73 | 24.94 | - |
| YUV | 177.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 125 | 0 | 0.42 | 0.51 | 0.00 | 10.7 | 0.98 | 0.74 |
| Hex | FE | 94 | 7D | 0 | 2A | 33 | 0 | B | 62 | 4A |
| Octal | 376 | 224 | 175 | 0 | 52 | 63 | 0 | 13 | 142 | 112 |
| Binary | 11111110 | 10010100 | 1111101 | 0 | 101010 | 110011 | 0 | 1011 | 1100010 | 1001010 |
Color Harmonies of #FE947D
Complementary color
Monochromatic Colors of #FE947D
Black with #FE947D
Text Example
Text Example
White with #FE947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE947D; }
p { color: rgb(254,148,125); }
H1.HeaderClassName
{
color: #FE947D;
}
.AnyTagClassName
{
color: #FE947D;
}
</style>
background-color css
<style>
a { background-color: #FE947D; }
a { background-color: rgb(254,148,125); }
div.DivClassName
{
background-color: #FE947D;
}
.BgClassName
{
background-color: #FE947D;
}
</style>
border-color css
<style>
span { border-color: #FE947D; }
span { border-color: rgb(254,148,125); }
td.TdClassName
{
border-color: #FE947D;
}
.TagClassName
{
border-color: #FE947D;
}
</style>