Shades of Vivid Tangerine #FE9C7D
Tints of Vivid Tangerine #FE9C7D
RGB
CMYK
RGB Variations
Color information
#FE9C7D (or 0xFE9C7D) is known color: Vivid Tangerine. HEX triplet: FE, 9C and 7D. RGB value is (254,156,125). Sum of RGB (Red+Green+Blue) = 254+156+125=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C7D is #016382. Grayscale: #B5B5B5. Windows color (decimal): -91011 or 8232190. OLE color: 8232190.
HSL color Cylindrical-coordinate representation of color #FE9C7D: hue angle of 14.42º 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 #FE9C7D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 125 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.00 |
| HSL | 14.42º | 0.98% | 0.74% | - |
| HSV(B) | 14.42º | 0.51% | 1% | - |
| XYZ | 56.46 | 46.33 | 25.37 | - |
| YUV | 181.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 125 | 0 | 0.39 | 0.51 | 0.00 | 14.42 | 0.98 | 0.74 |
| Hex | FE | 9C | 7D | 0 | 27 | 33 | 0 | E | 62 | 4A |
| Octal | 376 | 234 | 175 | 0 | 47 | 63 | 0 | 16 | 142 | 112 |
| Binary | 11111110 | 10011100 | 1111101 | 0 | 100111 | 110011 | 0 | 1110 | 1100010 | 1001010 |
Color Harmonies of #FE9C7D
Complementary color
Monochromatic Colors of #FE9C7D
Black with #FE9C7D
Text Example
Text Example
White with #FE9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C7D; }
p { color: rgb(254,156,125); }
H1.HeaderClassName
{
color: #FE9C7D;
}
.AnyTagClassName
{
color: #FE9C7D;
}
</style>
background-color css
<style>
a { background-color: #FE9C7D; }
a { background-color: rgb(254,156,125); }
div.DivClassName
{
background-color: #FE9C7D;
}
.BgClassName
{
background-color: #FE9C7D;
}
</style>
border-color css
<style>
span { border-color: #FE9C7D; }
span { border-color: rgb(254,156,125); }
td.TdClassName
{
border-color: #FE9C7D;
}
.TagClassName
{
border-color: #FE9C7D;
}
</style>