Shades of Vivid Tangerine #FE977C
Tints of Vivid Tangerine #FE977C
RGB
CMYK
RGB Variations
Color information
#FE977C (or 0xFE977C) is known color: Vivid Tangerine. HEX triplet: FE, 97 and 7C. RGB value is (254,151,124). Sum of RGB (Red+Green+Blue) = 254+151+124=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE977C is #016883. Grayscale: #B2B2B2. Windows color (decimal): -92292 or 8165374. OLE color: 8165374.
HSL color Cylindrical-coordinate representation of color #FE977C: hue angle of 12.46º 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 #FE977C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 124 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.00 |
| HSL | 12.46º | 0.98% | 0.74% | - |
| HSV(B) | 12.46º | 0.51% | 1% | - |
| XYZ | 55.58 | 44.66 | 24.76 | - |
| YUV | 178.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 124 | 0 | 0.41 | 0.51 | 0.00 | 12.46 | 0.98 | 0.74 |
| Hex | FE | 97 | 7C | 0 | 29 | 33 | 0 | C | 62 | 4A |
| Octal | 376 | 227 | 174 | 0 | 51 | 63 | 0 | 14 | 142 | 112 |
| Binary | 11111110 | 10010111 | 1111100 | 0 | 101001 | 110011 | 0 | 1100 | 1100010 | 1001010 |
Color Harmonies of #FE977C
Complementary color
Monochromatic Colors of #FE977C
Black with #FE977C
Text Example
Text Example
White with #FE977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE977C; }
p { color: rgb(254,151,124); }
H1.HeaderClassName
{
color: #FE977C;
}
.AnyTagClassName
{
color: #FE977C;
}
</style>
background-color css
<style>
a { background-color: #FE977C; }
a { background-color: rgb(254,151,124); }
div.DivClassName
{
background-color: #FE977C;
}
.BgClassName
{
background-color: #FE977C;
}
</style>
border-color css
<style>
span { border-color: #FE977C; }
span { border-color: rgb(254,151,124); }
td.TdClassName
{
border-color: #FE977C;
}
.TagClassName
{
border-color: #FE977C;
}
</style>