Shades of Coral #FD8350
Tints of Coral #FD8350
RGB
CMYK
RGB Variations
Color information
#FD8350 (or 0xFD8350) is known color: Coral. HEX triplet: FD, 83 and 50. RGB value is (253,131,80). Sum of RGB (Red+Green+Blue) = 253+131+80=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8350 is #027CAF. Grayscale: #A1A1A1. Windows color (decimal): -162992 or 5276669. OLE color: 5276669.
HSL color Cylindrical-coordinate representation of color #FD8350: hue angle of 17.69º 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 #FD8350 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 80 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.01 |
| HSL | 17.69º | 0.98% | 0.65% | - |
| HSV(B) | 17.69º | 0.68% | 0.99% | - |
| XYZ | 50.07 | 37.69 | 12.23 | - |
| YUV | 161.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 80 | 0 | 0.48 | 0.68 | 0.01 | 17.69 | 0.98 | 0.65 |
| Hex | FD | 83 | 50 | 0 | 30 | 44 | 1 | 12 | 62 | 41 |
| Octal | 375 | 203 | 120 | 0 | 60 | 104 | 1 | 22 | 142 | 101 |
| Binary | 11111101 | 10000011 | 1010000 | 0 | 110000 | 1000100 | 1 | 10010 | 1100010 | 1000001 |
Color Harmonies of #FD8350
Complementary color
Monochromatic Colors of #FD8350
Black with #FD8350
Text Example
Text Example
White with #FD8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8350; }
p { color: rgb(253,131,80); }
H1.HeaderClassName
{
color: #FD8350;
}
.AnyTagClassName
{
color: #FD8350;
}
</style>
background-color css
<style>
a { background-color: #FD8350; }
a { background-color: rgb(253,131,80); }
div.DivClassName
{
background-color: #FD8350;
}
.BgClassName
{
background-color: #FD8350;
}
</style>
border-color css
<style>
span { border-color: #FD8350; }
span { border-color: rgb(253,131,80); }
td.TdClassName
{
border-color: #FD8350;
}
.TagClassName
{
border-color: #FD8350;
}
</style>