Shades of Coral #FF814E
Tints of Coral #FF814E
RGB
CMYK
RGB Variations
Color information
#FF814E (or 0xFF814E) is known color: Coral. HEX triplet: FF, 81 and 4E. RGB value is (255,129,78). Sum of RGB (Red+Green+Blue) = 255+129+78=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF814E is #007EB1. Grayscale: #A1A1A1. Windows color (decimal): -32434 or 5145087. OLE color: 5145087.
HSL color Cylindrical-coordinate representation of color #FF814E: hue angle of 17.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF814E is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 78 | - |
| CMYK | 0 | 0.49 | 0.69 | 0 |
| HSL | 17.29º | 1% | 0.65% | - |
| HSV(B) | 17.29º | 0.69% | 1% | - |
| XYZ | 50.47 | 37.51 | 11.79 | - |
| YUV | 160.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 78 | 0 | 0.49 | 0.69 | 0 | 17.29 | 1 | 0.65 |
| Hex | FF | 81 | 4E | 0 | 31 | 45 | 0 | 11 | 64 | 41 |
| Octal | 377 | 201 | 116 | 0 | 61 | 105 | 0 | 21 | 144 | 101 |
| Binary | 11111111 | 10000001 | 1001110 | 0 | 110001 | 1000101 | 0 | 10001 | 1100100 | 1000001 |
Color Harmonies of #FF814E
Complementary color
Monochromatic Colors of #FF814E
Black with #FF814E
Text Example
Text Example
White with #FF814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF814E; }
p { color: rgb(255,129,78); }
H1.HeaderClassName
{
color: #FF814E;
}
.AnyTagClassName
{
color: #FF814E;
}
</style>
background-color css
<style>
a { background-color: #FF814E; }
a { background-color: rgb(255,129,78); }
div.DivClassName
{
background-color: #FF814E;
}
.BgClassName
{
background-color: #FF814E;
}
</style>
border-color css
<style>
span { border-color: #FF814E; }
span { border-color: rgb(255,129,78); }
td.TdClassName
{
border-color: #FF814E;
}
.TagClassName
{
border-color: #FF814E;
}
</style>