Shades of Coral #FF814D
Tints of Coral #FF814D
RGB
CMYK
RGB Variations
Color information
#FF814D (or 0xFF814D) is known color: Coral. HEX triplet: FF, 81 and 4D. RGB value is (255,129,77). Sum of RGB (Red+Green+Blue) = 255+129+77=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF814D is #007EB2. Grayscale: #A1A1A1. Windows color (decimal): -32435 or 5079551. OLE color: 5079551.
HSL color Cylindrical-coordinate representation of color #FF814D: hue angle of 17.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF814D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 77 | - |
| CMYK | 0 | 0.49 | 0.70 | 0 |
| HSL | 17.53º | 1% | 0.65% | - |
| HSV(B) | 17.53º | 0.7% | 1% | - |
| XYZ | 50.43 | 37.5 | 11.6 | - |
| YUV | 160.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 77 | 0 | 0.49 | 0.70 | 0 | 17.53 | 1 | 0.65 |
| Hex | FF | 81 | 4D | 0 | 31 | 46 | 0 | 12 | 64 | 41 |
| Octal | 377 | 201 | 115 | 0 | 61 | 106 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000001 | 1001101 | 0 | 110001 | 1000110 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF814D
Complementary color
Monochromatic Colors of #FF814D
Black with #FF814D
Text Example
Text Example
White with #FF814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF814D; }
p { color: rgb(255,129,77); }
H1.HeaderClassName
{
color: #FF814D;
}
.AnyTagClassName
{
color: #FF814D;
}
</style>
background-color css
<style>
a { background-color: #FF814D; }
a { background-color: rgb(255,129,77); }
div.DivClassName
{
background-color: #FF814D;
}
.BgClassName
{
background-color: #FF814D;
}
</style>
border-color css
<style>
span { border-color: #FF814D; }
span { border-color: rgb(255,129,77); }
td.TdClassName
{
border-color: #FF814D;
}
.TagClassName
{
border-color: #FF814D;
}
</style>