Shades of Coral #FD8251
Tints of Coral #FD8251
RGB
CMYK
RGB Variations
Color information
#FD8251 (or 0xFD8251) is known color: Coral. HEX triplet: FD, 82 and 51. RGB value is (253,130,81). Sum of RGB (Red+Green+Blue) = 253+130+81=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8251 is #027DAE. Grayscale: #A1A1A1. Windows color (decimal): -163247 or 5341949. OLE color: 5341949.
HSL color Cylindrical-coordinate representation of color #FD8251: hue angle of 17.09º 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 #FD8251 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 81 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.01 |
| HSL | 17.09º | 0.98% | 0.65% | - |
| HSV(B) | 17.09º | 0.68% | 0.99% | - |
| XYZ | 49.98 | 37.44 | 12.38 | - |
| YUV | 161.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 81 | 0 | 0.49 | 0.68 | 0.01 | 17.09 | 0.98 | 0.65 |
| Hex | FD | 82 | 51 | 0 | 31 | 44 | 1 | 11 | 62 | 41 |
| Octal | 375 | 202 | 121 | 0 | 61 | 104 | 1 | 21 | 142 | 101 |
| Binary | 11111101 | 10000010 | 1010001 | 0 | 110001 | 1000100 | 1 | 10001 | 1100010 | 1000001 |
Color Harmonies of #FD8251
Complementary color
Monochromatic Colors of #FD8251
Black with #FD8251
Text Example
Text Example
White with #FD8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8251; }
p { color: rgb(253,130,81); }
H1.HeaderClassName
{
color: #FD8251;
}
.AnyTagClassName
{
color: #FD8251;
}
</style>
background-color css
<style>
a { background-color: #FD8251; }
a { background-color: rgb(253,130,81); }
div.DivClassName
{
background-color: #FD8251;
}
.BgClassName
{
background-color: #FD8251;
}
</style>
border-color css
<style>
span { border-color: #FD8251; }
span { border-color: rgb(253,130,81); }
td.TdClassName
{
border-color: #FD8251;
}
.TagClassName
{
border-color: #FD8251;
}
</style>