Shades of Coral #FD7A58
Tints of Coral #FD7A58
RGB
CMYK
RGB Variations
Color information
#FD7A58 (or 0xFD7A58) is known color: Coral. HEX triplet: FD, 7A and 58. RGB value is (253,122,88). Sum of RGB (Red+Green+Blue) = 253+122+88=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A58 is #0285A7. Grayscale: #9D9D9D. Windows color (decimal): -165288 or 5798653. OLE color: 5798653.
HSL color Cylindrical-coordinate representation of color #FD7A58: hue angle of 12.36º 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 #FD7A58 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 88 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.01 |
| HSL | 12.36º | 0.98% | 0.67% | - |
| HSV(B) | 12.36º | 0.65% | 0.99% | - |
| XYZ | 49.23 | 35.51 | 13.49 | - |
| YUV | 157.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 88 | 0 | 0.52 | 0.65 | 0.01 | 12.36 | 0.98 | 0.67 |
| Hex | FD | 7A | 58 | 0 | 34 | 41 | 1 | C | 62 | 43 |
| Octal | 375 | 172 | 130 | 0 | 64 | 101 | 1 | 14 | 142 | 103 |
| Binary | 11111101 | 1111010 | 1011000 | 0 | 110100 | 1000001 | 1 | 1100 | 1100010 | 1000011 |
Color Harmonies of #FD7A58
Complementary color
Monochromatic Colors of #FD7A58
Black with #FD7A58
Text Example
Text Example
White with #FD7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A58; }
p { color: rgb(253,122,88); }
H1.HeaderClassName
{
color: #FD7A58;
}
.AnyTagClassName
{
color: #FD7A58;
}
</style>
background-color css
<style>
a { background-color: #FD7A58; }
a { background-color: rgb(253,122,88); }
div.DivClassName
{
background-color: #FD7A58;
}
.BgClassName
{
background-color: #FD7A58;
}
</style>
border-color css
<style>
span { border-color: #FD7A58; }
span { border-color: rgb(253,122,88); }
td.TdClassName
{
border-color: #FD7A58;
}
.TagClassName
{
border-color: #FD7A58;
}
</style>