Shades of Coral #FF875C
Tints of Coral #FF875C
RGB
CMYK
RGB Variations
Color information
#FF875C (or 0xFF875C) is known color: Coral. HEX triplet: FF, 87 and 5C. RGB value is (255,135,92). Sum of RGB (Red+Green+Blue) = 255+135+92=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF875C is #0078A3. Grayscale: #A6A6A6. Windows color (decimal): -30884 or 6064127. OLE color: 6064127.
HSL color Cylindrical-coordinate representation of color #FF875C: hue angle of 15.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF875C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 92 | - |
| CMYK | 0 | 0.47 | 0.64 | 0 |
| HSL | 15.83º | 1% | 0.68% | - |
| HSV(B) | 15.83º | 0.64% | 1% | - |
| XYZ | 51.84 | 39.36 | 14.99 | - |
| YUV | 165.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 92 | 0 | 0.47 | 0.64 | 0 | 15.83 | 1 | 0.68 |
| Hex | FF | 87 | 5C | 0 | 2F | 40 | 0 | 10 | 64 | 44 |
| Octal | 377 | 207 | 134 | 0 | 57 | 100 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10000111 | 1011100 | 0 | 101111 | 1000000 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF875C
Complementary color
Monochromatic Colors of #FF875C
Black with #FF875C
Text Example
Text Example
White with #FF875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF875C; }
p { color: rgb(255,135,92); }
H1.HeaderClassName
{
color: #FF875C;
}
.AnyTagClassName
{
color: #FF875C;
}
</style>
background-color css
<style>
a { background-color: #FF875C; }
a { background-color: rgb(255,135,92); }
div.DivClassName
{
background-color: #FF875C;
}
.BgClassName
{
background-color: #FF875C;
}
</style>
border-color css
<style>
span { border-color: #FF875C; }
span { border-color: rgb(255,135,92); }
td.TdClassName
{
border-color: #FF875C;
}
.TagClassName
{
border-color: #FF875C;
}
</style>