Shades of Coral #FE8140
Tints of Coral #FE8140
RGB
CMYK
RGB Variations
Color information
#FE8140 (or 0xFE8140) is known color: Coral. HEX triplet: FE, 81 and 40. RGB value is (254,129,64). Sum of RGB (Red+Green+Blue) = 254+129+64=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8140 is #017EBF. Grayscale: #9F9F9F. Windows color (decimal): -97984 or 4227582. OLE color: 4227582.
HSL color Cylindrical-coordinate representation of color #FE8140: hue angle of 20.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE8140 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 64 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.00 |
| HSL | 20.53º | 0.99% | 0.62% | - |
| HSV(B) | 20.53º | 0.75% | 1% | - |
| XYZ | 49.65 | 37.14 | 9.4 | - |
| YUV | 158.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 64 | 0 | 0.49 | 0.75 | 0.00 | 20.53 | 0.99 | 0.62 |
| Hex | FE | 81 | 40 | 0 | 31 | 4B | 0 | 15 | 63 | 3E |
| Octal | 376 | 201 | 100 | 0 | 61 | 113 | 0 | 25 | 143 | 76 |
| Binary | 11111110 | 10000001 | 1000000 | 0 | 110001 | 1001011 | 0 | 10101 | 1100011 | 111110 |
Color Harmonies of #FE8140
Complementary color
Monochromatic Colors of #FE8140
Black with #FE8140
Text Example
Text Example
White with #FE8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8140; }
p { color: rgb(254,129,64); }
H1.HeaderClassName
{
color: #FE8140;
}
.AnyTagClassName
{
color: #FE8140;
}
</style>
background-color css
<style>
a { background-color: #FE8140; }
a { background-color: rgb(254,129,64); }
div.DivClassName
{
background-color: #FE8140;
}
.BgClassName
{
background-color: #FE8140;
}
</style>
border-color css
<style>
span { border-color: #FE8140; }
span { border-color: rgb(254,129,64); }
td.TdClassName
{
border-color: #FE8140;
}
.TagClassName
{
border-color: #FE8140;
}
</style>