Shades of Coral #FD8540
Tints of Coral #FD8540
RGB
CMYK
RGB Variations
Color information
#FD8540 (or 0xFD8540) is known color: Coral. HEX triplet: FD, 85 and 40. RGB value is (253,133,64). Sum of RGB (Red+Green+Blue) = 253+133+64=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8540 is #027ABF. Grayscale: #A1A1A1. Windows color (decimal): -162496 or 4228605. OLE color: 4228605.
HSL color Cylindrical-coordinate representation of color #FD8540: hue angle of 21.9º 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 #FD8540 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 64 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.01 |
| HSL | 21.9º | 0.98% | 0.62% | - |
| HSV(B) | 21.9º | 0.75% | 0.99% | - |
| XYZ | 49.82 | 38.03 | 9.56 | - |
| YUV | 161.01 | 73.26 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 64 | 0 | 0.47 | 0.75 | 0.01 | 21.9 | 0.98 | 0.62 |
| Hex | FD | 85 | 40 | 0 | 2F | 4B | 1 | 16 | 62 | 3E |
| Octal | 375 | 205 | 100 | 0 | 57 | 113 | 1 | 26 | 142 | 76 |
| Binary | 11111101 | 10000101 | 1000000 | 0 | 101111 | 1001011 | 1 | 10110 | 1100010 | 111110 |
Color Harmonies of #FD8540
Complementary color
Monochromatic Colors of #FD8540
Black with #FD8540
Text Example
Text Example
White with #FD8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8540; }
p { color: rgb(253,133,64); }
H1.HeaderClassName
{
color: #FD8540;
}
.AnyTagClassName
{
color: #FD8540;
}
</style>
background-color css
<style>
a { background-color: #FD8540; }
a { background-color: rgb(253,133,64); }
div.DivClassName
{
background-color: #FD8540;
}
.BgClassName
{
background-color: #FD8540;
}
</style>
border-color css
<style>
span { border-color: #FD8540; }
span { border-color: rgb(253,133,64); }
td.TdClassName
{
border-color: #FD8540;
}
.TagClassName
{
border-color: #FD8540;
}
</style>