Shades of Coral #FD8044
Tints of Coral #FD8044
RGB
CMYK
RGB Variations
Color information
#FD8044 (or 0xFD8044) is known color: Coral. HEX triplet: FD, 80 and 44. RGB value is (253,128,68). Sum of RGB (Red+Green+Blue) = 253+128+68=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8044 is #027FBB. Grayscale: #9E9E9E. Windows color (decimal): -163772 or 4489469. OLE color: 4489469.
HSL color Cylindrical-coordinate representation of color #FD8044: hue angle of 19.46º 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 #FD8044 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 68 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.01 |
| HSL | 19.46º | 0.98% | 0.63% | - |
| HSV(B) | 19.46º | 0.73% | 0.99% | - |
| XYZ | 49.27 | 36.74 | 9.96 | - |
| YUV | 158.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 68 | 0 | 0.49 | 0.73 | 0.01 | 19.46 | 0.98 | 0.63 |
| Hex | FD | 80 | 44 | 0 | 31 | 49 | 1 | 13 | 62 | 3F |
| Octal | 375 | 200 | 104 | 0 | 61 | 111 | 1 | 23 | 142 | 77 |
| Binary | 11111101 | 10000000 | 1000100 | 0 | 110001 | 1001001 | 1 | 10011 | 1100010 | 111111 |
Color Harmonies of #FD8044
Complementary color
Monochromatic Colors of #FD8044
Black with #FD8044
Text Example
Text Example
White with #FD8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8044; }
p { color: rgb(253,128,68); }
H1.HeaderClassName
{
color: #FD8044;
}
.AnyTagClassName
{
color: #FD8044;
}
</style>
background-color css
<style>
a { background-color: #FD8044; }
a { background-color: rgb(253,128,68); }
div.DivClassName
{
background-color: #FD8044;
}
.BgClassName
{
background-color: #FD8044;
}
</style>
border-color css
<style>
span { border-color: #FD8044; }
span { border-color: rgb(253,128,68); }
td.TdClassName
{
border-color: #FD8044;
}
.TagClassName
{
border-color: #FD8044;
}
</style>