Shades of Coral #FE8848
Tints of Coral #FE8848
RGB
CMYK
RGB Variations
Color information
#FE8848 (or 0xFE8848) is known color: Coral. HEX triplet: FE, 88 and 48. RGB value is (254,136,72). Sum of RGB (Red+Green+Blue) = 254+136+72=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8848 is #0177B7. Grayscale: #A4A4A4. Windows color (decimal): -96184 or 4753662. OLE color: 4753662.
HSL color Cylindrical-coordinate representation of color #FE8848: hue angle of 21.1º 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 #FE8848 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 72 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.00 |
| HSL | 21.1º | 0.99% | 0.64% | - |
| HSV(B) | 21.1º | 0.72% | 1% | - |
| XYZ | 50.85 | 39.15 | 11.01 | - |
| YUV | 163.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 72 | 0 | 0.46 | 0.72 | 0.00 | 21.1 | 0.99 | 0.64 |
| Hex | FE | 88 | 48 | 0 | 2E | 48 | 0 | 15 | 63 | 40 |
| Octal | 376 | 210 | 110 | 0 | 56 | 110 | 0 | 25 | 143 | 100 |
| Binary | 11111110 | 10001000 | 1001000 | 0 | 101110 | 1001000 | 0 | 10101 | 1100011 | 1000000 |
Color Harmonies of #FE8848
Complementary color
Monochromatic Colors of #FE8848
Black with #FE8848
Text Example
Text Example
White with #FE8848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8848; }
p { color: rgb(254,136,72); }
H1.HeaderClassName
{
color: #FE8848;
}
.AnyTagClassName
{
color: #FE8848;
}
</style>
background-color css
<style>
a { background-color: #FE8848; }
a { background-color: rgb(254,136,72); }
div.DivClassName
{
background-color: #FE8848;
}
.BgClassName
{
background-color: #FE8848;
}
</style>
border-color css
<style>
span { border-color: #FE8848; }
span { border-color: rgb(254,136,72); }
td.TdClassName
{
border-color: #FE8848;
}
.TagClassName
{
border-color: #FE8848;
}
</style>