Shades of Coral #FD8449
Tints of Coral #FD8449
RGB
CMYK
RGB Variations
Color information
#FD8449 (or 0xFD8449) is known color: Coral. HEX triplet: FD, 84 and 49. RGB value is (253,132,73). Sum of RGB (Red+Green+Blue) = 253+132+73=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8449 is #027BB6. Grayscale: #A1A1A1. Windows color (decimal): -162743 or 4818173. OLE color: 4818173.
HSL color Cylindrical-coordinate representation of color #FD8449: hue angle of 19.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD8449 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 73 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.01 |
| HSL | 19.67º | 0.98% | 0.64% | - |
| HSV(B) | 19.67º | 0.71% | 0.99% | - |
| XYZ | 49.96 | 37.87 | 10.98 | - |
| YUV | 161.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 73 | 0 | 0.48 | 0.71 | 0.01 | 19.67 | 0.98 | 0.64 |
| Hex | FD | 84 | 49 | 0 | 30 | 47 | 1 | 14 | 62 | 40 |
| Octal | 375 | 204 | 111 | 0 | 60 | 107 | 1 | 24 | 142 | 100 |
| Binary | 11111101 | 10000100 | 1001001 | 0 | 110000 | 1000111 | 1 | 10100 | 1100010 | 1000000 |
Color Harmonies of #FD8449
Complementary color
Monochromatic Colors of #FD8449
Black with #FD8449
Text Example
Text Example
White with #FD8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8449; }
p { color: rgb(253,132,73); }
H1.HeaderClassName
{
color: #FD8449;
}
.AnyTagClassName
{
color: #FD8449;
}
</style>
background-color css
<style>
a { background-color: #FD8449; }
a { background-color: rgb(253,132,73); }
div.DivClassName
{
background-color: #FD8449;
}
.BgClassName
{
background-color: #FD8449;
}
</style>
border-color css
<style>
span { border-color: #FD8449; }
span { border-color: rgb(253,132,73); }
td.TdClassName
{
border-color: #FD8449;
}
.TagClassName
{
border-color: #FD8449;
}
</style>