Shades of Coral #FD8145
Tints of Coral #FD8145
RGB
CMYK
RGB Variations
Color information
#FD8145 (or 0xFD8145) is known color: Coral. HEX triplet: FD, 81 and 45. RGB value is (253,129,69). Sum of RGB (Red+Green+Blue) = 253+129+69=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8145 is #027EBA. Grayscale: #9F9F9F. Windows color (decimal): -163515 or 4555261. OLE color: 4555261.
HSL color Cylindrical-coordinate representation of color #FD8145: hue angle of 19.57º 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 #FD8145 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.01 |
| HSL | 19.57º | 0.98% | 0.63% | - |
| HSV(B) | 19.57º | 0.73% | 0.99% | - |
| XYZ | 49.43 | 37.01 | 10.17 | - |
| YUV | 159.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 69 | 0 | 0.49 | 0.73 | 0.01 | 19.57 | 0.98 | 0.63 |
| Hex | FD | 81 | 45 | 0 | 31 | 49 | 1 | 14 | 62 | 3F |
| Octal | 375 | 201 | 105 | 0 | 61 | 111 | 1 | 24 | 142 | 77 |
| Binary | 11111101 | 10000001 | 1000101 | 0 | 110001 | 1001001 | 1 | 10100 | 1100010 | 111111 |
Color Harmonies of #FD8145
Complementary color
Monochromatic Colors of #FD8145
Black with #FD8145
Text Example
Text Example
White with #FD8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8145; }
p { color: rgb(253,129,69); }
H1.HeaderClassName
{
color: #FD8145;
}
.AnyTagClassName
{
color: #FD8145;
}
</style>
background-color css
<style>
a { background-color: #FD8145; }
a { background-color: rgb(253,129,69); }
div.DivClassName
{
background-color: #FD8145;
}
.BgClassName
{
background-color: #FD8145;
}
</style>
border-color css
<style>
span { border-color: #FD8145; }
span { border-color: rgb(253,129,69); }
td.TdClassName
{
border-color: #FD8145;
}
.TagClassName
{
border-color: #FD8145;
}
</style>