Shades of Coral #FD7A50
Tints of Coral #FD7A50
RGB
CMYK
RGB Variations
Color information
#FD7A50 (or 0xFD7A50) is known color: Coral. HEX triplet: FD, 7A and 50. RGB value is (253,122,80). Sum of RGB (Red+Green+Blue) = 253+122+80=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A50 is #0285AF. Grayscale: #9C9C9C. Windows color (decimal): -165296 or 5274365. OLE color: 5274365.
HSL color Cylindrical-coordinate representation of color #FD7A50: hue angle of 14.57º 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 #FD7A50 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 80 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.01 |
| HSL | 14.57º | 0.98% | 0.65% | - |
| HSV(B) | 14.57º | 0.68% | 0.99% | - |
| XYZ | 48.92 | 35.38 | 11.84 | - |
| YUV | 156.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 80 | 0 | 0.52 | 0.68 | 0.01 | 14.57 | 0.98 | 0.65 |
| Hex | FD | 7A | 50 | 0 | 34 | 44 | 1 | F | 62 | 41 |
| Octal | 375 | 172 | 120 | 0 | 64 | 104 | 1 | 17 | 142 | 101 |
| Binary | 11111101 | 1111010 | 1010000 | 0 | 110100 | 1000100 | 1 | 1111 | 1100010 | 1000001 |
Color Harmonies of #FD7A50
Complementary color
Monochromatic Colors of #FD7A50
Black with #FD7A50
Text Example
Text Example
White with #FD7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A50; }
p { color: rgb(253,122,80); }
H1.HeaderClassName
{
color: #FD7A50;
}
.AnyTagClassName
{
color: #FD7A50;
}
</style>
background-color css
<style>
a { background-color: #FD7A50; }
a { background-color: rgb(253,122,80); }
div.DivClassName
{
background-color: #FD7A50;
}
.BgClassName
{
background-color: #FD7A50;
}
</style>
border-color css
<style>
span { border-color: #FD7A50; }
span { border-color: rgb(253,122,80); }
td.TdClassName
{
border-color: #FD7A50;
}
.TagClassName
{
border-color: #FD7A50;
}
</style>