Shades of Coral #FD8240
Tints of Coral #FD8240
RGB
CMYK
RGB Variations
Color information
#FD8240 (or 0xFD8240) is known color: Coral. HEX triplet: FD, 82 and 40. RGB value is (253,130,64). Sum of RGB (Red+Green+Blue) = 253+130+64=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8240 is #027DBF. Grayscale: #9F9F9F. Windows color (decimal): -163264 or 4227837. OLE color: 4227837.
HSL color Cylindrical-coordinate representation of color #FD8240: hue angle of 20.95º 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 #FD8240 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 64 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.01 |
| HSL | 20.95º | 0.98% | 0.62% | - |
| HSV(B) | 20.95º | 0.75% | 0.99% | - |
| XYZ | 49.42 | 37.22 | 9.43 | - |
| YUV | 159.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 64 | 0 | 0.49 | 0.75 | 0.01 | 20.95 | 0.98 | 0.62 |
| Hex | FD | 82 | 40 | 0 | 31 | 4B | 1 | 15 | 62 | 3E |
| Octal | 375 | 202 | 100 | 0 | 61 | 113 | 1 | 25 | 142 | 76 |
| Binary | 11111101 | 10000010 | 1000000 | 0 | 110001 | 1001011 | 1 | 10101 | 1100010 | 111110 |
Color Harmonies of #FD8240
Complementary color
Monochromatic Colors of #FD8240
Black with #FD8240
Text Example
Text Example
White with #FD8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8240; }
p { color: rgb(253,130,64); }
H1.HeaderClassName
{
color: #FD8240;
}
.AnyTagClassName
{
color: #FD8240;
}
</style>
background-color css
<style>
a { background-color: #FD8240; }
a { background-color: rgb(253,130,64); }
div.DivClassName
{
background-color: #FD8240;
}
.BgClassName
{
background-color: #FD8240;
}
</style>
border-color css
<style>
span { border-color: #FD8240; }
span { border-color: rgb(253,130,64); }
td.TdClassName
{
border-color: #FD8240;
}
.TagClassName
{
border-color: #FD8240;
}
</style>