Shades of Coral #FE8B48
Tints of Coral #FE8B48
RGB
CMYK
RGB Variations
Color information
#FE8B48 (or 0xFE8B48) is known color: Coral. HEX triplet: FE, 8B and 48. RGB value is (254,139,72). Sum of RGB (Red+Green+Blue) = 254+139+72=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B48 is #0174B7. Grayscale: #A6A6A6. Windows color (decimal): -95416 or 4754430. OLE color: 4754430.
HSL color Cylindrical-coordinate representation of color #FE8B48: hue angle of 22.09º 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 #FE8B48 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 72 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.00 |
| HSL | 22.09º | 0.99% | 0.64% | - |
| HSV(B) | 22.09º | 0.72% | 1% | - |
| XYZ | 51.28 | 40 | 11.15 | - |
| YUV | 165.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 72 | 0 | 0.45 | 0.72 | 0.00 | 22.09 | 0.99 | 0.64 |
| Hex | FE | 8B | 48 | 0 | 2D | 48 | 0 | 16 | 63 | 40 |
| Octal | 376 | 213 | 110 | 0 | 55 | 110 | 0 | 26 | 143 | 100 |
| Binary | 11111110 | 10001011 | 1001000 | 0 | 101101 | 1001000 | 0 | 10110 | 1100011 | 1000000 |
Color Harmonies of #FE8B48
Complementary color
Monochromatic Colors of #FE8B48
Black with #FE8B48
Text Example
Text Example
White with #FE8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B48; }
p { color: rgb(254,139,72); }
H1.HeaderClassName
{
color: #FE8B48;
}
.AnyTagClassName
{
color: #FE8B48;
}
</style>
background-color css
<style>
a { background-color: #FE8B48; }
a { background-color: rgb(254,139,72); }
div.DivClassName
{
background-color: #FE8B48;
}
.BgClassName
{
background-color: #FE8B48;
}
</style>
border-color css
<style>
span { border-color: #FE8B48; }
span { border-color: rgb(254,139,72); }
td.TdClassName
{
border-color: #FE8B48;
}
.TagClassName
{
border-color: #FE8B48;
}
</style>