Shades of Coral #FF8158
Tints of Coral #FF8158
RGB
CMYK
RGB Variations
Color information
#FF8158 (or 0xFF8158) is known color: Coral. HEX triplet: FF, 81 and 58. RGB value is (255,129,88). Sum of RGB (Red+Green+Blue) = 255+129+88=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8158 is #007EA7. Grayscale: #A2A2A2. Windows color (decimal): -32424 or 5800447. OLE color: 5800447.
HSL color Cylindrical-coordinate representation of color #FF8158: hue angle of 14.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8158 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 88 | - |
| CMYK | 0 | 0.49 | 0.65 | 0 |
| HSL | 14.73º | 1% | 0.67% | - |
| HSV(B) | 14.73º | 0.65% | 1% | - |
| XYZ | 50.85 | 37.67 | 13.82 | - |
| YUV | 162 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 88 | 0 | 0.49 | 0.65 | 0 | 14.73 | 1 | 0.67 |
| Hex | FF | 81 | 58 | 0 | 31 | 41 | 0 | F | 64 | 43 |
| Octal | 377 | 201 | 130 | 0 | 61 | 101 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 10000001 | 1011000 | 0 | 110001 | 1000001 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF8158
Complementary color
Monochromatic Colors of #FF8158
Black with #FF8158
Text Example
Text Example
White with #FF8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8158; }
p { color: rgb(255,129,88); }
H1.HeaderClassName
{
color: #FF8158;
}
.AnyTagClassName
{
color: #FF8158;
}
</style>
background-color css
<style>
a { background-color: #FF8158; }
a { background-color: rgb(255,129,88); }
div.DivClassName
{
background-color: #FF8158;
}
.BgClassName
{
background-color: #FF8158;
}
</style>
border-color css
<style>
span { border-color: #FF8158; }
span { border-color: rgb(255,129,88); }
td.TdClassName
{
border-color: #FF8158;
}
.TagClassName
{
border-color: #FF8158;
}
</style>