Shades of Coral #FF815C
Tints of Coral #FF815C
RGB
CMYK
RGB Variations
Color information
#FF815C (or 0xFF815C) is known color: Coral. HEX triplet: FF, 81 and 5C. RGB value is (255,129,92). Sum of RGB (Red+Green+Blue) = 255+129+92=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF815C is #007EA3. Grayscale: #A2A2A2. Windows color (decimal): -32420 or 6062591. OLE color: 6062591.
HSL color Cylindrical-coordinate representation of color #FF815C: hue angle of 13.62º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF815C is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 92 | - |
| CMYK | 0 | 0.49 | 0.64 | 0 |
| HSL | 13.62º | 1% | 0.68% | - |
| HSV(B) | 13.62º | 0.64% | 1% | - |
| XYZ | 51.02 | 37.73 | 14.72 | - |
| YUV | 162.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 92 | 0 | 0.49 | 0.64 | 0 | 13.62 | 1 | 0.68 |
| Hex | FF | 81 | 5C | 0 | 31 | 40 | 0 | E | 64 | 44 |
| Octal | 377 | 201 | 134 | 0 | 61 | 100 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000001 | 1011100 | 0 | 110001 | 1000000 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF815C
Complementary color
Monochromatic Colors of #FF815C
Black with #FF815C
Text Example
Text Example
White with #FF815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF815C; }
p { color: rgb(255,129,92); }
H1.HeaderClassName
{
color: #FF815C;
}
.AnyTagClassName
{
color: #FF815C;
}
</style>
background-color css
<style>
a { background-color: #FF815C; }
a { background-color: rgb(255,129,92); }
div.DivClassName
{
background-color: #FF815C;
}
.BgClassName
{
background-color: #FF815C;
}
</style>
border-color css
<style>
span { border-color: #FF815C; }
span { border-color: rgb(255,129,92); }
td.TdClassName
{
border-color: #FF815C;
}
.TagClassName
{
border-color: #FF815C;
}
</style>