Shades of Coral #FE8248
Tints of Coral #FE8248
RGB
CMYK
RGB Variations
Color information
#FE8248 (or 0xFE8248) is known color: Coral. HEX triplet: FE, 82 and 48. RGB value is (254,130,72). Sum of RGB (Red+Green+Blue) = 254+130+72=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8248 is #017DB7. Grayscale: #A0A0A0. Windows color (decimal): -97720 or 4752126. OLE color: 4752126.
HSL color Cylindrical-coordinate representation of color #FE8248: hue angle of 19.12º 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 #FE8248 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 72 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.00 |
| HSL | 19.12º | 0.99% | 0.64% | - |
| HSV(B) | 19.12º | 0.72% | 1% | - |
| XYZ | 50.03 | 37.5 | 10.73 | - |
| YUV | 160.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 72 | 0 | 0.49 | 0.72 | 0.00 | 19.12 | 0.99 | 0.64 |
| Hex | FE | 82 | 48 | 0 | 31 | 48 | 0 | 13 | 63 | 40 |
| Octal | 376 | 202 | 110 | 0 | 61 | 110 | 0 | 23 | 143 | 100 |
| Binary | 11111110 | 10000010 | 1001000 | 0 | 110001 | 1001000 | 0 | 10011 | 1100011 | 1000000 |
Color Harmonies of #FE8248
Complementary color
Monochromatic Colors of #FE8248
Black with #FE8248
Text Example
Text Example
White with #FE8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8248; }
p { color: rgb(254,130,72); }
H1.HeaderClassName
{
color: #FE8248;
}
.AnyTagClassName
{
color: #FE8248;
}
</style>
background-color css
<style>
a { background-color: #FE8248; }
a { background-color: rgb(254,130,72); }
div.DivClassName
{
background-color: #FE8248;
}
.BgClassName
{
background-color: #FE8248;
}
</style>
border-color css
<style>
span { border-color: #FE8248; }
span { border-color: rgb(254,130,72); }
td.TdClassName
{
border-color: #FE8248;
}
.TagClassName
{
border-color: #FE8248;
}
</style>