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