Shades of Coral #FF885A
Tints of Coral #FF885A
RGB
CMYK
RGB Variations
Color information
#FF885A (or 0xFF885A) is known color: Coral. HEX triplet: FF, 88 and 5A. RGB value is (255,136,90). Sum of RGB (Red+Green+Blue) = 255+136+90=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF885A is #0077A5. Grayscale: #A6A6A6. Windows color (decimal): -30630 or 5933311. OLE color: 5933311.
HSL color Cylindrical-coordinate representation of color #FF885A: hue angle of 16.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF885A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 90 | - |
| CMYK | 0 | 0.47 | 0.65 | 0 |
| HSL | 16.73º | 1% | 0.68% | - |
| HSV(B) | 16.73º | 0.65% | 1% | - |
| XYZ | 51.89 | 39.61 | 14.58 | - |
| YUV | 166.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 90 | 0 | 0.47 | 0.65 | 0 | 16.73 | 1 | 0.68 |
| Hex | FF | 88 | 5A | 0 | 2F | 41 | 0 | 11 | 64 | 44 |
| Octal | 377 | 210 | 132 | 0 | 57 | 101 | 0 | 21 | 144 | 104 |
| Binary | 11111111 | 10001000 | 1011010 | 0 | 101111 | 1000001 | 0 | 10001 | 1100100 | 1000100 |
Color Harmonies of #FF885A
Complementary color
Monochromatic Colors of #FF885A
Black with #FF885A
Text Example
Text Example
White with #FF885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF885A; }
p { color: rgb(255,136,90); }
H1.HeaderClassName
{
color: #FF885A;
}
.AnyTagClassName
{
color: #FF885A;
}
</style>
background-color css
<style>
a { background-color: #FF885A; }
a { background-color: rgb(255,136,90); }
div.DivClassName
{
background-color: #FF885A;
}
.BgClassName
{
background-color: #FF885A;
}
</style>
border-color css
<style>
span { border-color: #FF885A; }
span { border-color: rgb(255,136,90); }
td.TdClassName
{
border-color: #FF885A;
}
.TagClassName
{
border-color: #FF885A;
}
</style>