Shades of Coral #FF8257
Tints of Coral #FF8257
RGB
CMYK
RGB Variations
Color information
#FF8257 (or 0xFF8257) is known color: Coral. HEX triplet: FF, 82 and 57. RGB value is (255,130,87). Sum of RGB (Red+Green+Blue) = 255+130+87=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8257 is #007DA8. Grayscale: #A2A2A2. Windows color (decimal): -32169 or 5735167. OLE color: 5735167.
HSL color Cylindrical-coordinate representation of color #FF8257: hue angle of 15.36º 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 #FF8257 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 87 | - |
| CMYK | 0 | 0.49 | 0.66 | 0 |
| HSL | 15.36º | 1% | 0.67% | - |
| HSV(B) | 15.36º | 0.66% | 1% | - |
| XYZ | 50.94 | 37.91 | 13.65 | - |
| YUV | 162.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 87 | 0 | 0.49 | 0.66 | 0 | 15.36 | 1 | 0.67 |
| Hex | FF | 82 | 57 | 0 | 31 | 42 | 0 | F | 64 | 43 |
| Octal | 377 | 202 | 127 | 0 | 61 | 102 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 10000010 | 1010111 | 0 | 110001 | 1000010 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF8257
Complementary color
Monochromatic Colors of #FF8257
Black with #FF8257
Text Example
Text Example
White with #FF8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8257; }
p { color: rgb(255,130,87); }
H1.HeaderClassName
{
color: #FF8257;
}
.AnyTagClassName
{
color: #FF8257;
}
</style>
background-color css
<style>
a { background-color: #FF8257; }
a { background-color: rgb(255,130,87); }
div.DivClassName
{
background-color: #FF8257;
}
.BgClassName
{
background-color: #FF8257;
}
</style>
border-color css
<style>
span { border-color: #FF8257; }
span { border-color: rgb(255,130,87); }
td.TdClassName
{
border-color: #FF8257;
}
.TagClassName
{
border-color: #FF8257;
}
</style>