Shades of Vivid Tangerine #FE8C7E
Tints of Vivid Tangerine #FE8C7E
RGB
CMYK
RGB Variations
Color information
#FE8C7E (or 0xFE8C7E) is known color: Vivid Tangerine. HEX triplet: FE, 8C and 7E. RGB value is (254,140,126). Sum of RGB (Red+Green+Blue) = 254+140+126=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7E is #017381. Grayscale: #ACACAC. Windows color (decimal): -95106 or 8293630. OLE color: 8293630.
HSL color Cylindrical-coordinate representation of color #FE8C7E: hue angle of 6.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8C7E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 140 | 126 | - |
CMYK | 0 | 0.45 | 0.50 | 0.00 |
HSL | 6.56º | 0.98% | 0.75% | - |
HSV(B) | 6.56º | 0.5% | 1% | - |
XYZ | 54.02 | 41.33 | 24.87 | - |
YUV | 172.49 | 101.77 | 186.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 140 | 126 | 0 | 0.45 | 0.50 | 0.00 | 6.56 | 0.98 | 0.75 |
Hex | FE | 8C | 7E | 0 | 2D | 32 | 0 | 7 | 62 | 4B |
Octal | 376 | 214 | 176 | 0 | 55 | 62 | 0 | 7 | 142 | 113 |
Binary | 11111110 | 10001100 | 1111110 | 0 | 101101 | 110010 | 0 | 111 | 1100010 | 1001011 |
Color Harmonies of #FE8C7E
Complementary color
Monochromatic Colors of #FE8C7E
Black with #FE8C7E
Text Example
Text Example
White with #FE8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C7E; }
p { color: rgb(254,140,126); }
H1.HeaderClassName
{
color: #FE8C7E;
}
.AnyTagClassName
{
color: #FE8C7E;
}
</style>
background-color css
<style>
a { background-color: #FE8C7E; }
a { background-color: rgb(254,140,126); }
div.DivClassName
{
background-color: #FE8C7E;
}
.BgClassName
{
background-color: #FE8C7E;
}
</style>
border-color css
<style>
span { border-color: #FE8C7E; }
span { border-color: rgb(254,140,126); }
td.TdClassName
{
border-color: #FE8C7E;
}
.TagClassName
{
border-color: #FE8C7E;
}
</style>