Shades of Coral #FE8548
Tints of Coral #FE8548
RGB
CMYK
RGB Variations
Color information
#FE8548 (or 0xFE8548) is known color: Coral. HEX triplet: FE, 85 and 48. RGB value is (254,133,72). Sum of RGB (Red+Green+Blue) = 254+133+72=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8548 is #017AB7. Grayscale: #A2A2A2. Windows color (decimal): -96952 or 4752894. OLE color: 4752894.
HSL color Cylindrical-coordinate representation of color #FE8548: hue angle of 20.11º 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 #FE8548 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 72 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.00 |
| HSL | 20.11º | 0.99% | 0.64% | - |
| HSV(B) | 20.11º | 0.72% | 1% | - |
| XYZ | 50.43 | 38.31 | 10.87 | - |
| YUV | 162.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 72 | 0 | 0.48 | 0.72 | 0.00 | 20.11 | 0.99 | 0.64 |
| Hex | FE | 85 | 48 | 0 | 30 | 48 | 0 | 14 | 63 | 40 |
| Octal | 376 | 205 | 110 | 0 | 60 | 110 | 0 | 24 | 143 | 100 |
| Binary | 11111110 | 10000101 | 1001000 | 0 | 110000 | 1001000 | 0 | 10100 | 1100011 | 1000000 |
Color Harmonies of #FE8548
Complementary color
Monochromatic Colors of #FE8548
Black with #FE8548
Text Example
Text Example
White with #FE8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8548; }
p { color: rgb(254,133,72); }
H1.HeaderClassName
{
color: #FE8548;
}
.AnyTagClassName
{
color: #FE8548;
}
</style>
background-color css
<style>
a { background-color: #FE8548; }
a { background-color: rgb(254,133,72); }
div.DivClassName
{
background-color: #FE8548;
}
.BgClassName
{
background-color: #FE8548;
}
</style>
border-color css
<style>
span { border-color: #FE8548; }
span { border-color: rgb(254,133,72); }
td.TdClassName
{
border-color: #FE8548;
}
.TagClassName
{
border-color: #FE8548;
}
</style>