Shades of Coral #FD855C
Tints of Coral #FD855C
RGB
CMYK
RGB Variations
Color information
#FD855C (or 0xFD855C) is known color: Coral. HEX triplet: FD, 85 and 5C. RGB value is (253,133,92). Sum of RGB (Red+Green+Blue) = 253+133+92=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD855C is #027AA3. Grayscale: #A4A4A4. Windows color (decimal): -162468 or 6063613. OLE color: 6063613.
HSL color Cylindrical-coordinate representation of color #FD855C: hue angle of 15.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD855C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 92 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.01 |
| HSL | 15.28º | 0.98% | 0.68% | - |
| HSV(B) | 15.28º | 0.64% | 0.99% | - |
| XYZ | 50.83 | 38.43 | 14.86 | - |
| YUV | 164.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 92 | 0 | 0.47 | 0.64 | 0.01 | 15.28 | 0.98 | 0.68 |
| Hex | FD | 85 | 5C | 0 | 2F | 40 | 1 | F | 62 | 44 |
| Octal | 375 | 205 | 134 | 0 | 57 | 100 | 1 | 17 | 142 | 104 |
| Binary | 11111101 | 10000101 | 1011100 | 0 | 101111 | 1000000 | 1 | 1111 | 1100010 | 1000100 |
Color Harmonies of #FD855C
Complementary color
Monochromatic Colors of #FD855C
Black with #FD855C
Text Example
Text Example
White with #FD855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD855C; }
p { color: rgb(253,133,92); }
H1.HeaderClassName
{
color: #FD855C;
}
.AnyTagClassName
{
color: #FD855C;
}
</style>
background-color css
<style>
a { background-color: #FD855C; }
a { background-color: rgb(253,133,92); }
div.DivClassName
{
background-color: #FD855C;
}
.BgClassName
{
background-color: #FD855C;
}
</style>
border-color css
<style>
span { border-color: #FD855C; }
span { border-color: rgb(253,133,92); }
td.TdClassName
{
border-color: #FD855C;
}
.TagClassName
{
border-color: #FD855C;
}
</style>