Shades of Coral #FD854E
Tints of Coral #FD854E
RGB
CMYK
RGB Variations
Color information
#FD854E (or 0xFD854E) is known color: Coral. HEX triplet: FD, 85 and 4E. RGB value is (253,133,78). Sum of RGB (Red+Green+Blue) = 253+133+78=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD854E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD854E is #027AB1. Grayscale: #A2A2A2. Windows color (decimal): -162482 or 5146109. OLE color: 5146109.
HSL color Cylindrical-coordinate representation of color #FD854E: hue angle of 18.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD854E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 78 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.01 |
| HSL | 18.86º | 0.98% | 0.65% | - |
| HSV(B) | 18.86º | 0.69% | 0.99% | - |
| XYZ | 50.27 | 38.21 | 11.93 | - |
| YUV | 162.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 78 | 0 | 0.47 | 0.69 | 0.01 | 18.86 | 0.98 | 0.65 |
| Hex | FD | 85 | 4E | 0 | 2F | 45 | 1 | 13 | 62 | 41 |
| Octal | 375 | 205 | 116 | 0 | 57 | 105 | 1 | 23 | 142 | 101 |
| Binary | 11111101 | 10000101 | 1001110 | 0 | 101111 | 1000101 | 1 | 10011 | 1100010 | 1000001 |
Color Harmonies of #FD854E
Complementary color
Monochromatic Colors of #FD854E
Black with #FD854E
Text Example
Text Example
White with #FD854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD854E; }
p { color: rgb(253,133,78); }
H1.HeaderClassName
{
color: #FD854E;
}
.AnyTagClassName
{
color: #FD854E;
}
</style>
background-color css
<style>
a { background-color: #FD854E; }
a { background-color: rgb(253,133,78); }
div.DivClassName
{
background-color: #FD854E;
}
.BgClassName
{
background-color: #FD854E;
}
</style>
border-color css
<style>
span { border-color: #FD854E; }
span { border-color: rgb(253,133,78); }
td.TdClassName
{
border-color: #FD854E;
}
.TagClassName
{
border-color: #FD854E;
}
</style>