Shades of Coral #FF875F
Tints of Coral #FF875F
RGB
CMYK
RGB Variations
Color information
#FF875F (or 0xFF875F) is known color: Coral. HEX triplet: FF, 87 and 5F. RGB value is (255,135,95). Sum of RGB (Red+Green+Blue) = 255+135+95=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF875F is #0078A0. Grayscale: #A6A6A6. Windows color (decimal): -30881 or 6260735. OLE color: 6260735.
HSL color Cylindrical-coordinate representation of color #FF875F: hue angle of 15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF875F is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 95 | - |
| CMYK | 0 | 0.47 | 0.63 | 0 |
| HSL | 15º | 1% | 0.69% | - |
| HSV(B) | 15º | 0.63% | 1% | - |
| XYZ | 51.97 | 39.41 | 15.7 | - |
| YUV | 166.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 95 | 0 | 0.47 | 0.63 | 0 | 15 | 1 | 0.69 |
| Hex | FF | 87 | 5F | 0 | 2F | 3F | 0 | F | 64 | 45 |
| Octal | 377 | 207 | 137 | 0 | 57 | 77 | 0 | 17 | 144 | 105 |
| Binary | 11111111 | 10000111 | 1011111 | 0 | 101111 | 111111 | 0 | 1111 | 1100100 | 1000101 |
Color Harmonies of #FF875F
Complementary color
Monochromatic Colors of #FF875F
Black with #FF875F
Text Example
Text Example
White with #FF875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF875F; }
p { color: rgb(255,135,95); }
H1.HeaderClassName
{
color: #FF875F;
}
.AnyTagClassName
{
color: #FF875F;
}
</style>
background-color css
<style>
a { background-color: #FF875F; }
a { background-color: rgb(255,135,95); }
div.DivClassName
{
background-color: #FF875F;
}
.BgClassName
{
background-color: #FF875F;
}
</style>
border-color css
<style>
span { border-color: #FF875F; }
span { border-color: rgb(255,135,95); }
td.TdClassName
{
border-color: #FF875F;
}
.TagClassName
{
border-color: #FF875F;
}
</style>