Shades of Coral #FE7F56
Tints of Coral #FE7F56
RGB
CMYK
RGB Variations
Color information
#FE7F56 (or 0xFE7F56) is known color: Coral. HEX triplet: FE, 7F and 56. RGB value is (254,127,86). Sum of RGB (Red+Green+Blue) = 254+127+86=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F56 is #0180A9. Grayscale: #A0A0A0. Windows color (decimal): -98474 or 5668862. OLE color: 5668862.
HSL color Cylindrical-coordinate representation of color #FE7F56: hue angle of 14.64º 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 #FE7F56 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 86 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.00 |
| HSL | 14.64º | 0.99% | 0.67% | - |
| HSV(B) | 14.64º | 0.66% | 1% | - |
| XYZ | 50.14 | 36.92 | 13.29 | - |
| YUV | 160.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 86 | 0 | 0.50 | 0.66 | 0.00 | 14.64 | 0.99 | 0.67 |
| Hex | FE | 7F | 56 | 0 | 32 | 42 | 0 | F | 63 | 43 |
| Octal | 376 | 177 | 126 | 0 | 62 | 102 | 0 | 17 | 143 | 103 |
| Binary | 11111110 | 1111111 | 1010110 | 0 | 110010 | 1000010 | 0 | 1111 | 1100011 | 1000011 |
Color Harmonies of #FE7F56
Complementary color
Monochromatic Colors of #FE7F56
Black with #FE7F56
Text Example
Text Example
White with #FE7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F56; }
p { color: rgb(254,127,86); }
H1.HeaderClassName
{
color: #FE7F56;
}
.AnyTagClassName
{
color: #FE7F56;
}
</style>
background-color css
<style>
a { background-color: #FE7F56; }
a { background-color: rgb(254,127,86); }
div.DivClassName
{
background-color: #FE7F56;
}
.BgClassName
{
background-color: #FE7F56;
}
</style>
border-color css
<style>
span { border-color: #FE7F56; }
span { border-color: rgb(254,127,86); }
td.TdClassName
{
border-color: #FE7F56;
}
.TagClassName
{
border-color: #FE7F56;
}
</style>