Shades of Vivid Tangerine #FE9B7C
Tints of Vivid Tangerine #FE9B7C
RGB
CMYK
RGB Variations
Color information
#FE9B7C (or 0xFE9B7C) is known color: Vivid Tangerine. HEX triplet: FE, 9B and 7C. RGB value is (254,155,124). Sum of RGB (Red+Green+Blue) = 254+155+124=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B7C is #016483. Grayscale: #B5B5B5. Windows color (decimal): -91268 or 8166398. OLE color: 8166398.
HSL color Cylindrical-coordinate representation of color #FE9B7C: hue angle of 14.31º 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 #FE9B7C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 124 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.00 |
| HSL | 14.31º | 0.98% | 0.74% | - |
| HSV(B) | 14.31º | 0.51% | 1% | - |
| XYZ | 56.23 | 45.97 | 24.98 | - |
| YUV | 181.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 124 | 0 | 0.39 | 0.51 | 0.00 | 14.31 | 0.98 | 0.74 |
| Hex | FE | 9B | 7C | 0 | 27 | 33 | 0 | E | 62 | 4A |
| Octal | 376 | 233 | 174 | 0 | 47 | 63 | 0 | 16 | 142 | 112 |
| Binary | 11111110 | 10011011 | 1111100 | 0 | 100111 | 110011 | 0 | 1110 | 1100010 | 1001010 |
Color Harmonies of #FE9B7C
Complementary color
Monochromatic Colors of #FE9B7C
Black with #FE9B7C
Text Example
Text Example
White with #FE9B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B7C; }
p { color: rgb(254,155,124); }
H1.HeaderClassName
{
color: #FE9B7C;
}
.AnyTagClassName
{
color: #FE9B7C;
}
</style>
background-color css
<style>
a { background-color: #FE9B7C; }
a { background-color: rgb(254,155,124); }
div.DivClassName
{
background-color: #FE9B7C;
}
.BgClassName
{
background-color: #FE9B7C;
}
</style>
border-color css
<style>
span { border-color: #FE9B7C; }
span { border-color: rgb(254,155,124); }
td.TdClassName
{
border-color: #FE9B7C;
}
.TagClassName
{
border-color: #FE9B7C;
}
</style>