Shades of Coral #FF874C
Tints of Coral #FF874C
RGB
CMYK
RGB Variations
Color information
#FF874C (or 0xFF874C) is known color: Coral. HEX triplet: FF, 87 and 4C. RGB value is (255,135,76). Sum of RGB (Red+Green+Blue) = 255+135+76=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF874C is #0078B3. Grayscale: #A4A4A4. Windows color (decimal): -30900 or 5015551. OLE color: 5015551.
HSL color Cylindrical-coordinate representation of color #FF874C: hue angle of 19.78º 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 #FF874C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 76 | - |
| CMYK | 0 | 0.47 | 0.70 | 0 |
| HSL | 19.78º | 1% | 0.65% | - |
| HSV(B) | 19.78º | 0.7% | 1% | - |
| XYZ | 51.21 | 39.11 | 11.69 | - |
| YUV | 164.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 76 | 0 | 0.47 | 0.70 | 0 | 19.78 | 1 | 0.65 |
| Hex | FF | 87 | 4C | 0 | 2F | 46 | 0 | 14 | 64 | 41 |
| Octal | 377 | 207 | 114 | 0 | 57 | 106 | 0 | 24 | 144 | 101 |
| Binary | 11111111 | 10000111 | 1001100 | 0 | 101111 | 1000110 | 0 | 10100 | 1100100 | 1000001 |
Color Harmonies of #FF874C
Complementary color
Monochromatic Colors of #FF874C
Black with #FF874C
Text Example
Text Example
White with #FF874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF874C; }
p { color: rgb(255,135,76); }
H1.HeaderClassName
{
color: #FF874C;
}
.AnyTagClassName
{
color: #FF874C;
}
</style>
background-color css
<style>
a { background-color: #FF874C; }
a { background-color: rgb(255,135,76); }
div.DivClassName
{
background-color: #FF874C;
}
.BgClassName
{
background-color: #FF874C;
}
</style>
border-color css
<style>
span { border-color: #FF874C; }
span { border-color: rgb(255,135,76); }
td.TdClassName
{
border-color: #FF874C;
}
.TagClassName
{
border-color: #FF874C;
}
</style>