Shades of Coral #FD7D59
Tints of Coral #FD7D59
RGB
CMYK
RGB Variations
Color information
#FD7D59 (or 0xFD7D59) is known color: Coral. HEX triplet: FD, 7D and 59. RGB value is (253,125,89). Sum of RGB (Red+Green+Blue) = 253+125+89=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D59 is #0282A6. Grayscale: #9F9F9F. Windows color (decimal): -164519 or 5864957. OLE color: 5864957.
HSL color Cylindrical-coordinate representation of color #FD7D59: hue angle of 13.17º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD7D59 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 89 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.01 |
| HSL | 13.17º | 0.98% | 0.67% | - |
| HSV(B) | 13.17º | 0.65% | 0.99% | - |
| XYZ | 49.64 | 36.27 | 13.84 | - |
| YUV | 159.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 89 | 0 | 0.51 | 0.65 | 0.01 | 13.17 | 0.98 | 0.67 |
| Hex | FD | 7D | 59 | 0 | 33 | 41 | 1 | D | 62 | 43 |
| Octal | 375 | 175 | 131 | 0 | 63 | 101 | 1 | 15 | 142 | 103 |
| Binary | 11111101 | 1111101 | 1011001 | 0 | 110011 | 1000001 | 1 | 1101 | 1100010 | 1000011 |
Color Harmonies of #FD7D59
Complementary color
Monochromatic Colors of #FD7D59
Black with #FD7D59
Text Example
Text Example
White with #FD7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D59; }
p { color: rgb(253,125,89); }
H1.HeaderClassName
{
color: #FD7D59;
}
.AnyTagClassName
{
color: #FD7D59;
}
</style>
background-color css
<style>
a { background-color: #FD7D59; }
a { background-color: rgb(253,125,89); }
div.DivClassName
{
background-color: #FD7D59;
}
.BgClassName
{
background-color: #FD7D59;
}
</style>
border-color css
<style>
span { border-color: #FD7D59; }
span { border-color: rgb(253,125,89); }
td.TdClassName
{
border-color: #FD7D59;
}
.TagClassName
{
border-color: #FD7D59;
}
</style>