Shades of Coral #FD814D
Tints of Coral #FD814D
RGB
CMYK
RGB Variations
Color information
#FD814D (or 0xFD814D) is known color: Coral. HEX triplet: FD, 81 and 4D. RGB value is (253,129,77). Sum of RGB (Red+Green+Blue) = 253+129+77=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD814D is #027EB2. Grayscale: #A0A0A0. Windows color (decimal): -163507 or 5079549. OLE color: 5079549.
HSL color Cylindrical-coordinate representation of color #FD814D: hue angle of 17.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD814D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 77 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.01 |
| HSL | 17.73º | 0.98% | 0.65% | - |
| HSV(B) | 17.73º | 0.7% | 0.99% | - |
| XYZ | 49.7 | 37.12 | 11.57 | - |
| YUV | 160.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 77 | 0 | 0.49 | 0.70 | 0.01 | 17.73 | 0.98 | 0.65 |
| Hex | FD | 81 | 4D | 0 | 31 | 46 | 1 | 12 | 62 | 41 |
| Octal | 375 | 201 | 115 | 0 | 61 | 106 | 1 | 22 | 142 | 101 |
| Binary | 11111101 | 10000001 | 1001101 | 0 | 110001 | 1000110 | 1 | 10010 | 1100010 | 1000001 |
Color Harmonies of #FD814D
Complementary color
Monochromatic Colors of #FD814D
Black with #FD814D
Text Example
Text Example
White with #FD814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD814D; }
p { color: rgb(253,129,77); }
H1.HeaderClassName
{
color: #FD814D;
}
.AnyTagClassName
{
color: #FD814D;
}
</style>
background-color css
<style>
a { background-color: #FD814D; }
a { background-color: rgb(253,129,77); }
div.DivClassName
{
background-color: #FD814D;
}
.BgClassName
{
background-color: #FD814D;
}
</style>
border-color css
<style>
span { border-color: #FD814D; }
span { border-color: rgb(253,129,77); }
td.TdClassName
{
border-color: #FD814D;
}
.TagClassName
{
border-color: #FD814D;
}
</style>