Shades of Coral #FF895A
Tints of Coral #FF895A
RGB
CMYK
RGB Variations
Color information
#FF895A (or 0xFF895A) is known color: Coral. HEX triplet: FF, 89 and 5A. RGB value is (255,137,90). Sum of RGB (Red+Green+Blue) = 255+137+90=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF895A is #0076A5. Grayscale: #A7A7A7. Windows color (decimal): -30374 or 5933567. OLE color: 5933567.
HSL color Cylindrical-coordinate representation of color #FF895A: hue angle of 17.09º 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 #FF895A is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 90 | - |
| CMYK | 0 | 0.46 | 0.65 | 0 |
| HSL | 17.09º | 1% | 0.68% | - |
| HSV(B) | 17.09º | 0.65% | 1% | - |
| XYZ | 52.03 | 39.89 | 14.63 | - |
| YUV | 166.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 90 | 0 | 0.46 | 0.65 | 0 | 17.09 | 1 | 0.68 |
| Hex | FF | 89 | 5A | 0 | 2E | 41 | 0 | 11 | 64 | 44 |
| Octal | 377 | 211 | 132 | 0 | 56 | 101 | 0 | 21 | 144 | 104 |
| Binary | 11111111 | 10001001 | 1011010 | 0 | 101110 | 1000001 | 0 | 10001 | 1100100 | 1000100 |
Color Harmonies of #FF895A
Complementary color
Monochromatic Colors of #FF895A
Black with #FF895A
Text Example
Text Example
White with #FF895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF895A; }
p { color: rgb(255,137,90); }
H1.HeaderClassName
{
color: #FF895A;
}
.AnyTagClassName
{
color: #FF895A;
}
</style>
background-color css
<style>
a { background-color: #FF895A; }
a { background-color: rgb(255,137,90); }
div.DivClassName
{
background-color: #FF895A;
}
.BgClassName
{
background-color: #FF895A;
}
</style>
border-color css
<style>
span { border-color: #FF895A; }
span { border-color: rgb(255,137,90); }
td.TdClassName
{
border-color: #FF895A;
}
.TagClassName
{
border-color: #FF895A;
}
</style>