Shades of Coral #FE7F47
Tints of Coral #FE7F47
RGB
CMYK
RGB Variations
Color information
#FE7F47 (or 0xFE7F47) is known color: Coral. HEX triplet: FE, 7F and 47. RGB value is (254,127,71). Sum of RGB (Red+Green+Blue) = 254+127+71=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F47 is #0180B8. Grayscale: #9E9E9E. Windows color (decimal): -98489 or 4685822. OLE color: 4685822.
HSL color Cylindrical-coordinate representation of color #FE7F47: hue angle of 18.36º 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 #FE7F47 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 71 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.00 |
| HSL | 18.36º | 0.99% | 0.64% | - |
| HSV(B) | 18.36º | 0.72% | 1% | - |
| XYZ | 49.6 | 36.7 | 10.43 | - |
| YUV | 158.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 71 | 0 | 0.50 | 0.72 | 0.00 | 18.36 | 0.99 | 0.64 |
| Hex | FE | 7F | 47 | 0 | 32 | 48 | 0 | 12 | 63 | 40 |
| Octal | 376 | 177 | 107 | 0 | 62 | 110 | 0 | 22 | 143 | 100 |
| Binary | 11111110 | 1111111 | 1000111 | 0 | 110010 | 1001000 | 0 | 10010 | 1100011 | 1000000 |
Color Harmonies of #FE7F47
Complementary color
Monochromatic Colors of #FE7F47
Black with #FE7F47
Text Example
Text Example
White with #FE7F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F47; }
p { color: rgb(254,127,71); }
H1.HeaderClassName
{
color: #FE7F47;
}
.AnyTagClassName
{
color: #FE7F47;
}
</style>
background-color css
<style>
a { background-color: #FE7F47; }
a { background-color: rgb(254,127,71); }
div.DivClassName
{
background-color: #FE7F47;
}
.BgClassName
{
background-color: #FE7F47;
}
</style>
border-color css
<style>
span { border-color: #FE7F47; }
span { border-color: rgb(254,127,71); }
td.TdClassName
{
border-color: #FE7F47;
}
.TagClassName
{
border-color: #FE7F47;
}
</style>