Shades of Coral #FD8849
Tints of Coral #FD8849
RGB
CMYK
RGB Variations
Color information
#FD8849 (or 0xFD8849) is known color: Coral. HEX triplet: FD, 88 and 49. RGB value is (253,136,73). Sum of RGB (Red+Green+Blue) = 253+136+73=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8849 is #0277B6. Grayscale: #A4A4A4. Windows color (decimal): -161719 or 4819197. OLE color: 4819197.
HSL color Cylindrical-coordinate representation of color #FD8849: hue angle of 21º 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 #FD8849 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 73 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.01 |
| HSL | 21º | 0.98% | 0.64% | - |
| HSV(B) | 21º | 0.71% | 0.99% | - |
| XYZ | 50.51 | 38.97 | 11.16 | - |
| YUV | 163.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 73 | 0 | 0.46 | 0.71 | 0.01 | 21 | 0.98 | 0.64 |
| Hex | FD | 88 | 49 | 0 | 2E | 47 | 1 | 15 | 62 | 40 |
| Octal | 375 | 210 | 111 | 0 | 56 | 107 | 1 | 25 | 142 | 100 |
| Binary | 11111101 | 10001000 | 1001001 | 0 | 101110 | 1000111 | 1 | 10101 | 1100010 | 1000000 |
Color Harmonies of #FD8849
Complementary color
Monochromatic Colors of #FD8849
Black with #FD8849
Text Example
Text Example
White with #FD8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8849; }
p { color: rgb(253,136,73); }
H1.HeaderClassName
{
color: #FD8849;
}
.AnyTagClassName
{
color: #FD8849;
}
</style>
background-color css
<style>
a { background-color: #FD8849; }
a { background-color: rgb(253,136,73); }
div.DivClassName
{
background-color: #FD8849;
}
.BgClassName
{
background-color: #FD8849;
}
</style>
border-color css
<style>
span { border-color: #FD8849; }
span { border-color: rgb(253,136,73); }
td.TdClassName
{
border-color: #FD8849;
}
.TagClassName
{
border-color: #FD8849;
}
</style>