Shades of Coral #FD8040
Tints of Coral #FD8040
RGB
CMYK
RGB Variations
Color information
#FD8040 (or 0xFD8040) is known color: Coral. HEX triplet: FD, 80 and 40. RGB value is (253,128,64). Sum of RGB (Red+Green+Blue) = 253+128+64=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8040 is #027FBF. Grayscale: #9E9E9E. Windows color (decimal): -163776 or 4227325. OLE color: 4227325.
HSL color Cylindrical-coordinate representation of color #FD8040: hue angle of 20.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD8040 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 64 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.01 |
| HSL | 20.32º | 0.98% | 0.62% | - |
| HSV(B) | 20.32º | 0.75% | 0.99% | - |
| XYZ | 49.15 | 36.69 | 9.34 | - |
| YUV | 158.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 64 | 0 | 0.49 | 0.75 | 0.01 | 20.32 | 0.98 | 0.62 |
| Hex | FD | 80 | 40 | 0 | 31 | 4B | 1 | 14 | 62 | 3E |
| Octal | 375 | 200 | 100 | 0 | 61 | 113 | 1 | 24 | 142 | 76 |
| Binary | 11111101 | 10000000 | 1000000 | 0 | 110001 | 1001011 | 1 | 10100 | 1100010 | 111110 |
Color Harmonies of #FD8040
Complementary color
Monochromatic Colors of #FD8040
Black with #FD8040
Text Example
Text Example
White with #FD8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8040; }
p { color: rgb(253,128,64); }
H1.HeaderClassName
{
color: #FD8040;
}
.AnyTagClassName
{
color: #FD8040;
}
</style>
background-color css
<style>
a { background-color: #FD8040; }
a { background-color: rgb(253,128,64); }
div.DivClassName
{
background-color: #FD8040;
}
.BgClassName
{
background-color: #FD8040;
}
</style>
border-color css
<style>
span { border-color: #FD8040; }
span { border-color: rgb(253,128,64); }
td.TdClassName
{
border-color: #FD8040;
}
.TagClassName
{
border-color: #FD8040;
}
</style>