Shades of Coral #FD824E
Tints of Coral #FD824E
RGB
CMYK
RGB Variations
Color information
#FD824E (or 0xFD824E) is known color: Coral. HEX triplet: FD, 82 and 4E. RGB value is (253,130,78). Sum of RGB (Red+Green+Blue) = 253+130+78=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD824E is #027DB1. Grayscale: #A1A1A1. Windows color (decimal): -163250 or 5145341. OLE color: 5145341.
HSL color Cylindrical-coordinate representation of color #FD824E: hue angle of 17.83º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD824E is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 78 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.01 |
| HSL | 17.83º | 0.98% | 0.65% | - |
| HSV(B) | 17.83º | 0.69% | 0.99% | - |
| XYZ | 49.87 | 37.4 | 11.8 | - |
| YUV | 160.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 78 | 0 | 0.49 | 0.69 | 0.01 | 17.83 | 0.98 | 0.65 |
| Hex | FD | 82 | 4E | 0 | 31 | 45 | 1 | 12 | 62 | 41 |
| Octal | 375 | 202 | 116 | 0 | 61 | 105 | 1 | 22 | 142 | 101 |
| Binary | 11111101 | 10000010 | 1001110 | 0 | 110001 | 1000101 | 1 | 10010 | 1100010 | 1000001 |
Color Harmonies of #FD824E
Complementary color
Monochromatic Colors of #FD824E
Black with #FD824E
Text Example
Text Example
White with #FD824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD824E; }
p { color: rgb(253,130,78); }
H1.HeaderClassName
{
color: #FD824E;
}
.AnyTagClassName
{
color: #FD824E;
}
</style>
background-color css
<style>
a { background-color: #FD824E; }
a { background-color: rgb(253,130,78); }
div.DivClassName
{
background-color: #FD824E;
}
.BgClassName
{
background-color: #FD824E;
}
</style>
border-color css
<style>
span { border-color: #FD824E; }
span { border-color: rgb(253,130,78); }
td.TdClassName
{
border-color: #FD824E;
}
.TagClassName
{
border-color: #FD824E;
}
</style>