Shades of Coral #FD7D5A
Tints of Coral #FD7D5A
RGB
CMYK
RGB Variations
Color information
#FD7D5A (or 0xFD7D5A) is known color: Coral. HEX triplet: FD, 7D and 5A. RGB value is (253,125,90). Sum of RGB (Red+Green+Blue) = 253+125+90=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D5A is #0282A5. Grayscale: #9F9F9F. Windows color (decimal): -164518 or 5930493. OLE color: 5930493.
HSL color Cylindrical-coordinate representation of color #FD7D5A: hue angle of 12.88º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD7D5A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 90 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.01 |
| HSL | 12.88º | 0.98% | 0.67% | - |
| HSV(B) | 12.88º | 0.64% | 0.99% | - |
| XYZ | 49.69 | 36.29 | 14.06 | - |
| YUV | 159.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 90 | 0 | 0.51 | 0.64 | 0.01 | 12.88 | 0.98 | 0.67 |
| Hex | FD | 7D | 5A | 0 | 33 | 40 | 1 | D | 62 | 43 |
| Octal | 375 | 175 | 132 | 0 | 63 | 100 | 1 | 15 | 142 | 103 |
| Binary | 11111101 | 1111101 | 1011010 | 0 | 110011 | 1000000 | 1 | 1101 | 1100010 | 1000011 |
Color Harmonies of #FD7D5A
Complementary color
Monochromatic Colors of #FD7D5A
Black with #FD7D5A
Text Example
Text Example
White with #FD7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D5A; }
p { color: rgb(253,125,90); }
H1.HeaderClassName
{
color: #FD7D5A;
}
.AnyTagClassName
{
color: #FD7D5A;
}
</style>
background-color css
<style>
a { background-color: #FD7D5A; }
a { background-color: rgb(253,125,90); }
div.DivClassName
{
background-color: #FD7D5A;
}
.BgClassName
{
background-color: #FD7D5A;
}
</style>
border-color css
<style>
span { border-color: #FD7D5A; }
span { border-color: rgb(253,125,90); }
td.TdClassName
{
border-color: #FD7D5A;
}
.TagClassName
{
border-color: #FD7D5A;
}
</style>