Shades of Coral #FD7553
Tints of Coral #FD7553
RGB
CMYK
RGB Variations
Color information
#FD7553 (or 0xFD7553) is known color: Coral. HEX triplet: FD, 75 and 53. RGB value is (253,117,83). Sum of RGB (Red+Green+Blue) = 253+117+83=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7553 is #028AAC. Grayscale: #9A9A9A. Windows color (decimal): -166573 or 5469693. OLE color: 5469693.
HSL color Cylindrical-coordinate representation of color #FD7553: hue angle of 12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD7553 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 83 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.01 |
| HSL | 12º | 0.98% | 0.66% | - |
| HSV(B) | 12º | 0.67% | 0.99% | - |
| XYZ | 48.43 | 34.23 | 12.24 | - |
| YUV | 153.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 83 | 0 | 0.54 | 0.67 | 0.01 | 12 | 0.98 | 0.66 |
| Hex | FD | 75 | 53 | 0 | 36 | 43 | 1 | C | 62 | 42 |
| Octal | 375 | 165 | 123 | 0 | 66 | 103 | 1 | 14 | 142 | 102 |
| Binary | 11111101 | 1110101 | 1010011 | 0 | 110110 | 1000011 | 1 | 1100 | 1100010 | 1000010 |
Color Harmonies of #FD7553
Complementary color
Monochromatic Colors of #FD7553
Black with #FD7553
Text Example
Text Example
White with #FD7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7553; }
p { color: rgb(253,117,83); }
H1.HeaderClassName
{
color: #FD7553;
}
.AnyTagClassName
{
color: #FD7553;
}
</style>
background-color css
<style>
a { background-color: #FD7553; }
a { background-color: rgb(253,117,83); }
div.DivClassName
{
background-color: #FD7553;
}
.BgClassName
{
background-color: #FD7553;
}
</style>
border-color css
<style>
span { border-color: #FD7553; }
span { border-color: rgb(253,117,83); }
td.TdClassName
{
border-color: #FD7553;
}
.TagClassName
{
border-color: #FD7553;
}
</style>