Shades of Coral #FE7F57
Tints of Coral #FE7F57
RGB
CMYK
RGB Variations
Color information
#FE7F57 (or 0xFE7F57) is known color: Coral. HEX triplet: FE, 7F and 57. RGB value is (254,127,87). Sum of RGB (Red+Green+Blue) = 254+127+87=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F57 is #0180A8. Grayscale: #A0A0A0. Windows color (decimal): -98473 or 5734398. OLE color: 5734398.
HSL color Cylindrical-coordinate representation of color #FE7F57: hue angle of 14.37º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE7F57 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 87 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.00 |
| HSL | 14.37º | 0.99% | 0.67% | - |
| HSV(B) | 14.37º | 0.66% | 1% | - |
| XYZ | 50.18 | 36.94 | 13.5 | - |
| YUV | 160.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 87 | 0 | 0.50 | 0.66 | 0.00 | 14.37 | 0.99 | 0.67 |
| Hex | FE | 7F | 57 | 0 | 32 | 42 | 0 | E | 63 | 43 |
| Octal | 376 | 177 | 127 | 0 | 62 | 102 | 0 | 16 | 143 | 103 |
| Binary | 11111110 | 1111111 | 1010111 | 0 | 110010 | 1000010 | 0 | 1110 | 1100011 | 1000011 |
Color Harmonies of #FE7F57
Complementary color
Monochromatic Colors of #FE7F57
Black with #FE7F57
Text Example
Text Example
White with #FE7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F57; }
p { color: rgb(254,127,87); }
H1.HeaderClassName
{
color: #FE7F57;
}
.AnyTagClassName
{
color: #FE7F57;
}
</style>
background-color css
<style>
a { background-color: #FE7F57; }
a { background-color: rgb(254,127,87); }
div.DivClassName
{
background-color: #FE7F57;
}
.BgClassName
{
background-color: #FE7F57;
}
</style>
border-color css
<style>
span { border-color: #FE7F57; }
span { border-color: rgb(254,127,87); }
td.TdClassName
{
border-color: #FE7F57;
}
.TagClassName
{
border-color: #FE7F57;
}
</style>