Shades of Coral #FD7550
Tints of Coral #FD7550
RGB
CMYK
RGB Variations
Color information
#FD7550 (or 0xFD7550) is known color: Coral. HEX triplet: FD, 75 and 50. RGB value is (253,117,80). Sum of RGB (Red+Green+Blue) = 253+117+80=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7550 is #028AAF. Grayscale: #999999. Windows color (decimal): -166576 or 5273085. OLE color: 5273085.
HSL color Cylindrical-coordinate representation of color #FD7550: hue angle of 12.83º 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 #FD7550 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 80 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.01 |
| HSL | 12.83º | 0.98% | 0.65% | - |
| HSV(B) | 12.83º | 0.68% | 0.99% | - |
| XYZ | 48.32 | 34.18 | 11.64 | - |
| YUV | 153.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 80 | 0 | 0.54 | 0.68 | 0.01 | 12.83 | 0.98 | 0.65 |
| Hex | FD | 75 | 50 | 0 | 36 | 44 | 1 | D | 62 | 41 |
| Octal | 375 | 165 | 120 | 0 | 66 | 104 | 1 | 15 | 142 | 101 |
| Binary | 11111101 | 1110101 | 1010000 | 0 | 110110 | 1000100 | 1 | 1101 | 1100010 | 1000001 |
Color Harmonies of #FD7550
Complementary color
Monochromatic Colors of #FD7550
Black with #FD7550
Text Example
Text Example
White with #FD7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7550; }
p { color: rgb(253,117,80); }
H1.HeaderClassName
{
color: #FD7550;
}
.AnyTagClassName
{
color: #FD7550;
}
</style>
background-color css
<style>
a { background-color: #FD7550; }
a { background-color: rgb(253,117,80); }
div.DivClassName
{
background-color: #FD7550;
}
.BgClassName
{
background-color: #FD7550;
}
</style>
border-color css
<style>
span { border-color: #FD7550; }
span { border-color: rgb(253,117,80); }
td.TdClassName
{
border-color: #FD7550;
}
.TagClassName
{
border-color: #FD7550;
}
</style>