Shades of Coral #FF874D
Tints of Coral #FF874D
RGB
CMYK
RGB Variations
Color information
#FF874D (or 0xFF874D) is known color: Coral. HEX triplet: FF, 87 and 4D. RGB value is (255,135,77). Sum of RGB (Red+Green+Blue) = 255+135+77=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF874D is #0078B2. Grayscale: #A4A4A4. Windows color (decimal): -30899 or 5081087. OLE color: 5081087.
HSL color Cylindrical-coordinate representation of color #FF874D: hue angle of 19.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF874D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 77 | - |
| CMYK | 0 | 0.47 | 0.70 | 0 |
| HSL | 19.55º | 1% | 0.65% | - |
| HSV(B) | 19.55º | 0.7% | 1% | - |
| XYZ | 51.24 | 39.12 | 11.87 | - |
| YUV | 164.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 77 | 0 | 0.47 | 0.70 | 0 | 19.55 | 1 | 0.65 |
| Hex | FF | 87 | 4D | 0 | 2F | 46 | 0 | 14 | 64 | 41 |
| Octal | 377 | 207 | 115 | 0 | 57 | 106 | 0 | 24 | 144 | 101 |
| Binary | 11111111 | 10000111 | 1001101 | 0 | 101111 | 1000110 | 0 | 10100 | 1100100 | 1000001 |
Color Harmonies of #FF874D
Complementary color
Monochromatic Colors of #FF874D
Black with #FF874D
Text Example
Text Example
White with #FF874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF874D; }
p { color: rgb(255,135,77); }
H1.HeaderClassName
{
color: #FF874D;
}
.AnyTagClassName
{
color: #FF874D;
}
</style>
background-color css
<style>
a { background-color: #FF874D; }
a { background-color: rgb(255,135,77); }
div.DivClassName
{
background-color: #FF874D;
}
.BgClassName
{
background-color: #FF874D;
}
</style>
border-color css
<style>
span { border-color: #FF874D; }
span { border-color: rgb(255,135,77); }
td.TdClassName
{
border-color: #FF874D;
}
.TagClassName
{
border-color: #FF874D;
}
</style>