Shades of Coral #FD7B51
Tints of Coral #FD7B51
RGB
CMYK
RGB Variations
Color information
#FD7B51 (or 0xFD7B51) is known color: Coral. HEX triplet: FD, 7B and 51. RGB value is (253,123,81). Sum of RGB (Red+Green+Blue) = 253+123+81=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B51 is #0284AE. Grayscale: #9D9D9D. Windows color (decimal): -165039 or 5340157. OLE color: 5340157.
HSL color Cylindrical-coordinate representation of color #FD7B51: hue angle of 14.65º 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 #FD7B51 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 81 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.01 |
| HSL | 14.65º | 0.98% | 0.65% | - |
| HSV(B) | 14.65º | 0.68% | 0.99% | - |
| XYZ | 49.08 | 35.64 | 12.08 | - |
| YUV | 157.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 81 | 0 | 0.51 | 0.68 | 0.01 | 14.65 | 0.98 | 0.65 |
| Hex | FD | 7B | 51 | 0 | 33 | 44 | 1 | F | 62 | 41 |
| Octal | 375 | 173 | 121 | 0 | 63 | 104 | 1 | 17 | 142 | 101 |
| Binary | 11111101 | 1111011 | 1010001 | 0 | 110011 | 1000100 | 1 | 1111 | 1100010 | 1000001 |
Color Harmonies of #FD7B51
Complementary color
Monochromatic Colors of #FD7B51
Black with #FD7B51
Text Example
Text Example
White with #FD7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B51; }
p { color: rgb(253,123,81); }
H1.HeaderClassName
{
color: #FD7B51;
}
.AnyTagClassName
{
color: #FD7B51;
}
</style>
background-color css
<style>
a { background-color: #FD7B51; }
a { background-color: rgb(253,123,81); }
div.DivClassName
{
background-color: #FD7B51;
}
.BgClassName
{
background-color: #FD7B51;
}
</style>
border-color css
<style>
span { border-color: #FD7B51; }
span { border-color: rgb(253,123,81); }
td.TdClassName
{
border-color: #FD7B51;
}
.TagClassName
{
border-color: #FD7B51;
}
</style>