Shades of Coral #FF894A
Tints of Coral #FF894A
RGB
CMYK
RGB Variations
Color information
#FF894A (or 0xFF894A) is known color: Coral. HEX triplet: FF, 89 and 4A. RGB value is (255,137,74). Sum of RGB (Red+Green+Blue) = 255+137+74=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF894A is #0076B5. Grayscale: #A5A5A5. Windows color (decimal): -30390 or 4884991. OLE color: 4884991.
HSL color Cylindrical-coordinate representation of color #FF894A: hue angle of 20.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF894A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 74 | - |
| CMYK | 0 | 0.46 | 0.71 | 0 |
| HSL | 20.88º | 1% | 0.65% | - |
| HSV(B) | 20.88º | 0.71% | 1% | - |
| XYZ | 51.42 | 39.65 | 11.42 | - |
| YUV | 165.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 74 | 0 | 0.46 | 0.71 | 0 | 20.88 | 1 | 0.65 |
| Hex | FF | 89 | 4A | 0 | 2E | 47 | 0 | 15 | 64 | 41 |
| Octal | 377 | 211 | 112 | 0 | 56 | 107 | 0 | 25 | 144 | 101 |
| Binary | 11111111 | 10001001 | 1001010 | 0 | 101110 | 1000111 | 0 | 10101 | 1100100 | 1000001 |
Color Harmonies of #FF894A
Complementary color
Monochromatic Colors of #FF894A
Black with #FF894A
Text Example
Text Example
White with #FF894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF894A; }
p { color: rgb(255,137,74); }
H1.HeaderClassName
{
color: #FF894A;
}
.AnyTagClassName
{
color: #FF894A;
}
</style>
background-color css
<style>
a { background-color: #FF894A; }
a { background-color: rgb(255,137,74); }
div.DivClassName
{
background-color: #FF894A;
}
.BgClassName
{
background-color: #FF894A;
}
</style>
border-color css
<style>
span { border-color: #FF894A; }
span { border-color: rgb(255,137,74); }
td.TdClassName
{
border-color: #FF894A;
}
.TagClassName
{
border-color: #FF894A;
}
</style>