Shades of Coral #FD7D52
Tints of Coral #FD7D52
RGB
CMYK
RGB Variations
Color information
#FD7D52 (or 0xFD7D52) is known color: Coral. HEX triplet: FD, 7D and 52. RGB value is (253,125,82). Sum of RGB (Red+Green+Blue) = 253+125+82=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D52 is #0282AD. Grayscale: #9E9E9E. Windows color (decimal): -164526 or 5406205. OLE color: 5406205.
HSL color Cylindrical-coordinate representation of color #FD7D52: hue angle of 15.09º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD7D52 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 82 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.01 |
| HSL | 15.09º | 0.98% | 0.66% | - |
| HSV(B) | 15.09º | 0.68% | 0.99% | - |
| XYZ | 49.36 | 36.16 | 12.36 | - |
| YUV | 158.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 82 | 0 | 0.51 | 0.68 | 0.01 | 15.09 | 0.98 | 0.66 |
| Hex | FD | 7D | 52 | 0 | 33 | 44 | 1 | F | 62 | 42 |
| Octal | 375 | 175 | 122 | 0 | 63 | 104 | 1 | 17 | 142 | 102 |
| Binary | 11111101 | 1111101 | 1010010 | 0 | 110011 | 1000100 | 1 | 1111 | 1100010 | 1000010 |
Color Harmonies of #FD7D52
Complementary color
Monochromatic Colors of #FD7D52
Black with #FD7D52
Text Example
Text Example
White with #FD7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D52; }
p { color: rgb(253,125,82); }
H1.HeaderClassName
{
color: #FD7D52;
}
.AnyTagClassName
{
color: #FD7D52;
}
</style>
background-color css
<style>
a { background-color: #FD7D52; }
a { background-color: rgb(253,125,82); }
div.DivClassName
{
background-color: #FD7D52;
}
.BgClassName
{
background-color: #FD7D52;
}
</style>
border-color css
<style>
span { border-color: #FD7D52; }
span { border-color: rgb(253,125,82); }
td.TdClassName
{
border-color: #FD7D52;
}
.TagClassName
{
border-color: #FD7D52;
}
</style>