Shades of Coral #FD8151
Tints of Coral #FD8151
RGB
CMYK
RGB Variations
Color information
#FD8151 (or 0xFD8151) is known color: Coral. HEX triplet: FD, 81 and 51. RGB value is (253,129,81). Sum of RGB (Red+Green+Blue) = 253+129+81=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8151 is #027EAE. Grayscale: #A0A0A0. Windows color (decimal): -163503 or 5341693. OLE color: 5341693.
HSL color Cylindrical-coordinate representation of color #FD8151: hue angle of 16.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD8151 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 81 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.01 |
| HSL | 16.74º | 0.98% | 0.65% | - |
| HSV(B) | 16.74º | 0.68% | 0.99% | - |
| XYZ | 49.84 | 37.18 | 12.33 | - |
| YUV | 160.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 81 | 0 | 0.49 | 0.68 | 0.01 | 16.74 | 0.98 | 0.65 |
| Hex | FD | 81 | 51 | 0 | 31 | 44 | 1 | 11 | 62 | 41 |
| Octal | 375 | 201 | 121 | 0 | 61 | 104 | 1 | 21 | 142 | 101 |
| Binary | 11111101 | 10000001 | 1010001 | 0 | 110001 | 1000100 | 1 | 10001 | 1100010 | 1000001 |
Color Harmonies of #FD8151
Complementary color
Monochromatic Colors of #FD8151
Black with #FD8151
Text Example
Text Example
White with #FD8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8151; }
p { color: rgb(253,129,81); }
H1.HeaderClassName
{
color: #FD8151;
}
.AnyTagClassName
{
color: #FD8151;
}
</style>
background-color css
<style>
a { background-color: #FD8151; }
a { background-color: rgb(253,129,81); }
div.DivClassName
{
background-color: #FD8151;
}
.BgClassName
{
background-color: #FD8151;
}
</style>
border-color css
<style>
span { border-color: #FD8151; }
span { border-color: rgb(253,129,81); }
td.TdClassName
{
border-color: #FD8151;
}
.TagClassName
{
border-color: #FD8151;
}
</style>