Shades of Coral #FF885B
Tints of Coral #FF885B
RGB
CMYK
RGB Variations
Color information
#FF885B (or 0xFF885B) is known color: Coral. HEX triplet: FF, 88 and 5B. RGB value is (255,136,91). Sum of RGB (Red+Green+Blue) = 255+136+91=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF885B is #0077A4. Grayscale: #A6A6A6. Windows color (decimal): -30629 or 5998847. OLE color: 5998847.
HSL color Cylindrical-coordinate representation of color #FF885B: hue angle of 16.46º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF885B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 91 | - |
| CMYK | 0 | 0.47 | 0.64 | 0 |
| HSL | 16.46º | 1% | 0.68% | - |
| HSV(B) | 16.46º | 0.64% | 1% | - |
| XYZ | 51.93 | 39.62 | 14.81 | - |
| YUV | 166.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 91 | 0 | 0.47 | 0.64 | 0 | 16.46 | 1 | 0.68 |
| Hex | FF | 88 | 5B | 0 | 2F | 40 | 0 | 10 | 64 | 44 |
| Octal | 377 | 210 | 133 | 0 | 57 | 100 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10001000 | 1011011 | 0 | 101111 | 1000000 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF885B
Complementary color
Monochromatic Colors of #FF885B
Black with #FF885B
Text Example
Text Example
White with #FF885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF885B; }
p { color: rgb(255,136,91); }
H1.HeaderClassName
{
color: #FF885B;
}
.AnyTagClassName
{
color: #FF885B;
}
</style>
background-color css
<style>
a { background-color: #FF885B; }
a { background-color: rgb(255,136,91); }
div.DivClassName
{
background-color: #FF885B;
}
.BgClassName
{
background-color: #FF885B;
}
</style>
border-color css
<style>
span { border-color: #FF885B; }
span { border-color: rgb(255,136,91); }
td.TdClassName
{
border-color: #FF885B;
}
.TagClassName
{
border-color: #FF885B;
}
</style>