Shades of Coral #FF8457
Tints of Coral #FF8457
RGB
CMYK
RGB Variations
Color information
#FF8457 (or 0xFF8457) is known color: Coral. HEX triplet: FF, 84 and 57. RGB value is (255,132,87). Sum of RGB (Red+Green+Blue) = 255+132+87=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8457 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8457 is #007BA8. Grayscale: #A3A3A3. Windows color (decimal): -31657 or 5735679. OLE color: 5735679.
HSL color Cylindrical-coordinate representation of color #FF8457: hue angle of 16.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF8457 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 87 | - |
| CMYK | 0 | 0.48 | 0.66 | 0 |
| HSL | 16.07º | 1% | 0.67% | - |
| HSV(B) | 16.07º | 0.66% | 1% | - |
| XYZ | 51.21 | 38.45 | 13.74 | - |
| YUV | 163.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 87 | 0 | 0.48 | 0.66 | 0 | 16.07 | 1 | 0.67 |
| Hex | FF | 84 | 57 | 0 | 30 | 42 | 0 | 10 | 64 | 43 |
| Octal | 377 | 204 | 127 | 0 | 60 | 102 | 0 | 20 | 144 | 103 |
| Binary | 11111111 | 10000100 | 1010111 | 0 | 110000 | 1000010 | 0 | 10000 | 1100100 | 1000011 |
Color Harmonies of #FF8457
Complementary color
Monochromatic Colors of #FF8457
Black with #FF8457
Text Example
Text Example
White with #FF8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8457; }
p { color: rgb(255,132,87); }
H1.HeaderClassName
{
color: #FF8457;
}
.AnyTagClassName
{
color: #FF8457;
}
</style>
background-color css
<style>
a { background-color: #FF8457; }
a { background-color: rgb(255,132,87); }
div.DivClassName
{
background-color: #FF8457;
}
.BgClassName
{
background-color: #FF8457;
}
</style>
border-color css
<style>
span { border-color: #FF8457; }
span { border-color: rgb(255,132,87); }
td.TdClassName
{
border-color: #FF8457;
}
.TagClassName
{
border-color: #FF8457;
}
</style>