Shades of Coral #FF894E
Tints of Coral #FF894E
RGB
CMYK
RGB Variations
Color information
#FF894E (or 0xFF894E) is known color: Coral. HEX triplet: FF, 89 and 4E. RGB value is (255,137,78). Sum of RGB (Red+Green+Blue) = 255+137+78=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF894E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF894E is #0076B1. Grayscale: #A5A5A5. Windows color (decimal): -30386 or 5147135. OLE color: 5147135.
HSL color Cylindrical-coordinate representation of color #FF894E: hue angle of 20º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF894E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 78 | - |
| CMYK | 0 | 0.46 | 0.69 | 0 |
| HSL | 20º | 1% | 0.65% | - |
| HSV(B) | 20º | 0.69% | 1% | - |
| XYZ | 51.56 | 39.7 | 12.15 | - |
| YUV | 165.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 78 | 0 | 0.46 | 0.69 | 0 | 20 | 1 | 0.65 |
| Hex | FF | 89 | 4E | 0 | 2E | 45 | 0 | 14 | 64 | 41 |
| Octal | 377 | 211 | 116 | 0 | 56 | 105 | 0 | 24 | 144 | 101 |
| Binary | 11111111 | 10001001 | 1001110 | 0 | 101110 | 1000101 | 0 | 10100 | 1100100 | 1000001 |
Color Harmonies of #FF894E
Complementary color
Monochromatic Colors of #FF894E
Black with #FF894E
Text Example
Text Example
White with #FF894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF894E; }
p { color: rgb(255,137,78); }
H1.HeaderClassName
{
color: #FF894E;
}
.AnyTagClassName
{
color: #FF894E;
}
</style>
background-color css
<style>
a { background-color: #FF894E; }
a { background-color: rgb(255,137,78); }
div.DivClassName
{
background-color: #FF894E;
}
.BgClassName
{
background-color: #FF894E;
}
</style>
border-color css
<style>
span { border-color: #FF894E; }
span { border-color: rgb(255,137,78); }
td.TdClassName
{
border-color: #FF894E;
}
.TagClassName
{
border-color: #FF894E;
}
</style>