Shades of Coral #FE8040
Tints of Coral #FE8040
RGB
CMYK
RGB Variations
Color information
#FE8040 (or 0xFE8040) is known color: Coral. HEX triplet: FE, 80 and 40. RGB value is (254,128,64). Sum of RGB (Red+Green+Blue) = 254+128+64=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8040 is #017FBF. Grayscale: #9E9E9E. Windows color (decimal): -98240 or 4227326. OLE color: 4227326.
HSL color Cylindrical-coordinate representation of color #FE8040: hue angle of 20.21º 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 #FE8040 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 64 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.00 |
| HSL | 20.21º | 0.99% | 0.62% | - |
| HSV(B) | 20.21º | 0.75% | 1% | - |
| XYZ | 49.52 | 36.88 | 9.36 | - |
| YUV | 158.38 | 74.74 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 64 | 0 | 0.50 | 0.75 | 0.00 | 20.21 | 0.99 | 0.62 |
| Hex | FE | 80 | 40 | 0 | 32 | 4B | 0 | 14 | 63 | 3E |
| Octal | 376 | 200 | 100 | 0 | 62 | 113 | 0 | 24 | 143 | 76 |
| Binary | 11111110 | 10000000 | 1000000 | 0 | 110010 | 1001011 | 0 | 10100 | 1100011 | 111110 |
Color Harmonies of #FE8040
Complementary color
Monochromatic Colors of #FE8040
Black with #FE8040
Text Example
Text Example
White with #FE8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8040; }
p { color: rgb(254,128,64); }
H1.HeaderClassName
{
color: #FE8040;
}
.AnyTagClassName
{
color: #FE8040;
}
</style>
background-color css
<style>
a { background-color: #FE8040; }
a { background-color: rgb(254,128,64); }
div.DivClassName
{
background-color: #FE8040;
}
.BgClassName
{
background-color: #FE8040;
}
</style>
border-color css
<style>
span { border-color: #FE8040; }
span { border-color: rgb(254,128,64); }
td.TdClassName
{
border-color: #FE8040;
}
.TagClassName
{
border-color: #FE8040;
}
</style>