Shades of Coral #FF815E
Tints of Coral #FF815E
RGB
CMYK
RGB Variations
Color information
#FF815E (or 0xFF815E) is known color: Coral. HEX triplet: FF, 81 and 5E. RGB value is (255,129,94). Sum of RGB (Red+Green+Blue) = 255+129+94=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF815E is #007EA1. Grayscale: #A2A2A2. Windows color (decimal): -32418 or 6193663. OLE color: 6193663.
HSL color Cylindrical-coordinate representation of color #FF815E: hue angle of 13.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF815E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 94 | - |
| CMYK | 0 | 0.49 | 0.63 | 0 |
| HSL | 13.04º | 1% | 0.68% | - |
| HSV(B) | 13.04º | 0.63% | 1% | - |
| XYZ | 51.11 | 37.77 | 15.19 | - |
| YUV | 162.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 94 | 0 | 0.49 | 0.63 | 0 | 13.04 | 1 | 0.68 |
| Hex | FF | 81 | 5E | 0 | 31 | 3F | 0 | D | 64 | 44 |
| Octal | 377 | 201 | 136 | 0 | 61 | 77 | 0 | 15 | 144 | 104 |
| Binary | 11111111 | 10000001 | 1011110 | 0 | 110001 | 111111 | 0 | 1101 | 1100100 | 1000100 |
Color Harmonies of #FF815E
Complementary color
Monochromatic Colors of #FF815E
Black with #FF815E
Text Example
Text Example
White with #FF815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF815E; }
p { color: rgb(255,129,94); }
H1.HeaderClassName
{
color: #FF815E;
}
.AnyTagClassName
{
color: #FF815E;
}
</style>
background-color css
<style>
a { background-color: #FF815E; }
a { background-color: rgb(255,129,94); }
div.DivClassName
{
background-color: #FF815E;
}
.BgClassName
{
background-color: #FF815E;
}
</style>
border-color css
<style>
span { border-color: #FF815E; }
span { border-color: rgb(255,129,94); }
td.TdClassName
{
border-color: #FF815E;
}
.TagClassName
{
border-color: #FF815E;
}
</style>