Shades of Coral #FD8245
Tints of Coral #FD8245
RGB
CMYK
RGB Variations
Color information
#FD8245 (or 0xFD8245) is known color: Coral. HEX triplet: FD, 82 and 45. RGB value is (253,130,69). Sum of RGB (Red+Green+Blue) = 253+130+69=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8245 is #027DBA. Grayscale: #A0A0A0. Windows color (decimal): -163259 or 4555517. OLE color: 4555517.
HSL color Cylindrical-coordinate representation of color #FD8245: hue angle of 19.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD8245 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.01 |
| HSL | 19.89º | 0.98% | 0.63% | - |
| HSV(B) | 19.89º | 0.73% | 0.99% | - |
| XYZ | 49.56 | 37.28 | 10.21 | - |
| YUV | 159.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 69 | 0 | 0.49 | 0.73 | 0.01 | 19.89 | 0.98 | 0.63 |
| Hex | FD | 82 | 45 | 0 | 31 | 49 | 1 | 14 | 62 | 3F |
| Octal | 375 | 202 | 105 | 0 | 61 | 111 | 1 | 24 | 142 | 77 |
| Binary | 11111101 | 10000010 | 1000101 | 0 | 110001 | 1001001 | 1 | 10100 | 1100010 | 111111 |
Color Harmonies of #FD8245
Complementary color
Monochromatic Colors of #FD8245
Black with #FD8245
Text Example
Text Example
White with #FD8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8245; }
p { color: rgb(253,130,69); }
H1.HeaderClassName
{
color: #FD8245;
}
.AnyTagClassName
{
color: #FD8245;
}
</style>
background-color css
<style>
a { background-color: #FD8245; }
a { background-color: rgb(253,130,69); }
div.DivClassName
{
background-color: #FD8245;
}
.BgClassName
{
background-color: #FD8245;
}
</style>
border-color css
<style>
span { border-color: #FD8245; }
span { border-color: rgb(253,130,69); }
td.TdClassName
{
border-color: #FD8245;
}
.TagClassName
{
border-color: #FD8245;
}
</style>