Shades of Coral #FD825E
Tints of Coral #FD825E
RGB
CMYK
RGB Variations
Color information
#FD825E (or 0xFD825E) is known color: Coral. HEX triplet: FD, 82 and 5E. RGB value is (253,130,94). Sum of RGB (Red+Green+Blue) = 253+130+94=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD825E is #027DA1. Grayscale: #A2A2A2. Windows color (decimal): -163234 or 6193917. OLE color: 6193917.
HSL color Cylindrical-coordinate representation of color #FD825E: hue angle of 13.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD825E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 94 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 13.58º | 0.98% | 0.68% | - |
| HSV(B) | 13.58º | 0.63% | 0.99% | - |
| XYZ | 50.51 | 37.66 | 15.2 | - |
| YUV | 162.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 94 | 0 | 0.49 | 0.63 | 0.01 | 13.58 | 0.98 | 0.68 |
| Hex | FD | 82 | 5E | 0 | 31 | 3F | 1 | E | 62 | 44 |
| Octal | 375 | 202 | 136 | 0 | 61 | 77 | 1 | 16 | 142 | 104 |
| Binary | 11111101 | 10000010 | 1011110 | 0 | 110001 | 111111 | 1 | 1110 | 1100010 | 1000100 |
Color Harmonies of #FD825E
Complementary color
Monochromatic Colors of #FD825E
Black with #FD825E
Text Example
Text Example
White with #FD825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD825E; }
p { color: rgb(253,130,94); }
H1.HeaderClassName
{
color: #FD825E;
}
.AnyTagClassName
{
color: #FD825E;
}
</style>
background-color css
<style>
a { background-color: #FD825E; }
a { background-color: rgb(253,130,94); }
div.DivClassName
{
background-color: #FD825E;
}
.BgClassName
{
background-color: #FD825E;
}
</style>
border-color css
<style>
span { border-color: #FD825E; }
span { border-color: rgb(253,130,94); }
td.TdClassName
{
border-color: #FD825E;
}
.TagClassName
{
border-color: #FD825E;
}
</style>