Shades of Coral #FD855A
Tints of Coral #FD855A
RGB
CMYK
RGB Variations
Color information
#FD855A (or 0xFD855A) is known color: Coral. HEX triplet: FD, 85 and 5A. RGB value is (253,133,90). Sum of RGB (Red+Green+Blue) = 253+133+90=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD855A is #027AA5. Grayscale: #A4A4A4. Windows color (decimal): -162470 or 5932541. OLE color: 5932541.
HSL color Cylindrical-coordinate representation of color #FD855A: hue angle of 15.83º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD855A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 90 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.01 |
| HSL | 15.83º | 0.98% | 0.67% | - |
| HSV(B) | 15.83º | 0.64% | 0.99% | - |
| XYZ | 50.74 | 38.4 | 14.41 | - |
| YUV | 163.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 90 | 0 | 0.47 | 0.64 | 0.01 | 15.83 | 0.98 | 0.67 |
| Hex | FD | 85 | 5A | 0 | 2F | 40 | 1 | 10 | 62 | 43 |
| Octal | 375 | 205 | 132 | 0 | 57 | 100 | 1 | 20 | 142 | 103 |
| Binary | 11111101 | 10000101 | 1011010 | 0 | 101111 | 1000000 | 1 | 10000 | 1100010 | 1000011 |
Color Harmonies of #FD855A
Complementary color
Monochromatic Colors of #FD855A
Black with #FD855A
Text Example
Text Example
White with #FD855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD855A; }
p { color: rgb(253,133,90); }
H1.HeaderClassName
{
color: #FD855A;
}
.AnyTagClassName
{
color: #FD855A;
}
</style>
background-color css
<style>
a { background-color: #FD855A; }
a { background-color: rgb(253,133,90); }
div.DivClassName
{
background-color: #FD855A;
}
.BgClassName
{
background-color: #FD855A;
}
</style>
border-color css
<style>
span { border-color: #FD855A; }
span { border-color: rgb(253,133,90); }
td.TdClassName
{
border-color: #FD855A;
}
.TagClassName
{
border-color: #FD855A;
}
</style>