Shades of Coral #FE8048
Tints of Coral #FE8048
RGB
CMYK
RGB Variations
Color information
#FE8048 (or 0xFE8048) is known color: Coral. HEX triplet: FE, 80 and 48. RGB value is (254,128,72). Sum of RGB (Red+Green+Blue) = 254+128+72=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8048 is #017FB7. Grayscale: #9F9F9F. Windows color (decimal): -98232 or 4751614. OLE color: 4751614.
HSL color Cylindrical-coordinate representation of color #FE8048: hue angle of 18.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE8048 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 72 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.00 |
| HSL | 18.46º | 0.99% | 0.64% | - |
| HSV(B) | 18.46º | 0.72% | 1% | - |
| XYZ | 49.76 | 36.98 | 10.65 | - |
| YUV | 159.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 72 | 0 | 0.50 | 0.72 | 0.00 | 18.46 | 0.99 | 0.64 |
| Hex | FE | 80 | 48 | 0 | 32 | 48 | 0 | 12 | 63 | 40 |
| Octal | 376 | 200 | 110 | 0 | 62 | 110 | 0 | 22 | 143 | 100 |
| Binary | 11111110 | 10000000 | 1001000 | 0 | 110010 | 1001000 | 0 | 10010 | 1100011 | 1000000 |
Color Harmonies of #FE8048
Complementary color
Monochromatic Colors of #FE8048
Black with #FE8048
Text Example
Text Example
White with #FE8048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8048; }
p { color: rgb(254,128,72); }
H1.HeaderClassName
{
color: #FE8048;
}
.AnyTagClassName
{
color: #FE8048;
}
</style>
background-color css
<style>
a { background-color: #FE8048; }
a { background-color: rgb(254,128,72); }
div.DivClassName
{
background-color: #FE8048;
}
.BgClassName
{
background-color: #FE8048;
}
</style>
border-color css
<style>
span { border-color: #FE8048; }
span { border-color: rgb(254,128,72); }
td.TdClassName
{
border-color: #FE8048;
}
.TagClassName
{
border-color: #FE8048;
}
</style>