Shades of Coral #FD8153
Tints of Coral #FD8153
RGB
CMYK
RGB Variations
Color information
#FD8153 (or 0xFD8153) is known color: Coral. HEX triplet: FD, 81 and 53. RGB value is (253,129,83). Sum of RGB (Red+Green+Blue) = 253+129+83=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8153 is #027EAC. Grayscale: #A1A1A1. Windows color (decimal): -163501 or 5472765. OLE color: 5472765.
HSL color Cylindrical-coordinate representation of color #FD8153: hue angle of 16.24º 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 #FD8153 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 83 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.01 |
| HSL | 16.24º | 0.98% | 0.66% | - |
| HSV(B) | 16.24º | 0.67% | 0.99% | - |
| XYZ | 49.92 | 37.21 | 12.73 | - |
| YUV | 160.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 83 | 0 | 0.49 | 0.67 | 0.01 | 16.24 | 0.98 | 0.66 |
| Hex | FD | 81 | 53 | 0 | 31 | 43 | 1 | 10 | 62 | 42 |
| Octal | 375 | 201 | 123 | 0 | 61 | 103 | 1 | 20 | 142 | 102 |
| Binary | 11111101 | 10000001 | 1010011 | 0 | 110001 | 1000011 | 1 | 10000 | 1100010 | 1000010 |
Color Harmonies of #FD8153
Complementary color
Monochromatic Colors of #FD8153
Black with #FD8153
Text Example
Text Example
White with #FD8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8153; }
p { color: rgb(253,129,83); }
H1.HeaderClassName
{
color: #FD8153;
}
.AnyTagClassName
{
color: #FD8153;
}
</style>
background-color css
<style>
a { background-color: #FD8153; }
a { background-color: rgb(253,129,83); }
div.DivClassName
{
background-color: #FD8153;
}
.BgClassName
{
background-color: #FD8153;
}
</style>
border-color css
<style>
span { border-color: #FD8153; }
span { border-color: rgb(253,129,83); }
td.TdClassName
{
border-color: #FD8153;
}
.TagClassName
{
border-color: #FD8153;
}
</style>