Shades of Coral #FD8552
Tints of Coral #FD8552
RGB
CMYK
RGB Variations
Color information
#FD8552 (or 0xFD8552) is known color: Coral. HEX triplet: FD, 85 and 52. RGB value is (253,133,82). Sum of RGB (Red+Green+Blue) = 253+133+82=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8552 is #027AAD. Grayscale: #A3A3A3. Windows color (decimal): -162478 or 5408253. OLE color: 5408253.
HSL color Cylindrical-coordinate representation of color #FD8552: hue angle of 17.89º 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 #FD8552 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 82 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.01 |
| HSL | 17.89º | 0.98% | 0.66% | - |
| HSV(B) | 17.89º | 0.68% | 0.99% | - |
| XYZ | 50.42 | 38.27 | 12.71 | - |
| YUV | 163.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 82 | 0 | 0.47 | 0.68 | 0.01 | 17.89 | 0.98 | 0.66 |
| Hex | FD | 85 | 52 | 0 | 2F | 44 | 1 | 12 | 62 | 42 |
| Octal | 375 | 205 | 122 | 0 | 57 | 104 | 1 | 22 | 142 | 102 |
| Binary | 11111101 | 10000101 | 1010010 | 0 | 101111 | 1000100 | 1 | 10010 | 1100010 | 1000010 |
Color Harmonies of #FD8552
Complementary color
Monochromatic Colors of #FD8552
Black with #FD8552
Text Example
Text Example
White with #FD8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8552; }
p { color: rgb(253,133,82); }
H1.HeaderClassName
{
color: #FD8552;
}
.AnyTagClassName
{
color: #FD8552;
}
</style>
background-color css
<style>
a { background-color: #FD8552; }
a { background-color: rgb(253,133,82); }
div.DivClassName
{
background-color: #FD8552;
}
.BgClassName
{
background-color: #FD8552;
}
</style>
border-color css
<style>
span { border-color: #FD8552; }
span { border-color: rgb(253,133,82); }
td.TdClassName
{
border-color: #FD8552;
}
.TagClassName
{
border-color: #FD8552;
}
</style>