Shades of Coral #FF865B
Tints of Coral #FF865B
RGB
CMYK
RGB Variations
Color information
#FF865B (or 0xFF865B) is known color: Coral. HEX triplet: FF, 86 and 5B. RGB value is (255,134,91). Sum of RGB (Red+Green+Blue) = 255+134+91=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF865B is #0079A4. Grayscale: #A5A5A5. Windows color (decimal): -31141 or 5998335. OLE color: 5998335.
HSL color Cylindrical-coordinate representation of color #FF865B: hue angle of 15.73º 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 #FF865B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 91 | - |
| CMYK | 0 | 0.47 | 0.64 | 0 |
| HSL | 15.73º | 1% | 0.68% | - |
| HSV(B) | 15.73º | 0.64% | 1% | - |
| XYZ | 51.65 | 39.07 | 14.72 | - |
| YUV | 165.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 91 | 0 | 0.47 | 0.64 | 0 | 15.73 | 1 | 0.68 |
| Hex | FF | 86 | 5B | 0 | 2F | 40 | 0 | 10 | 64 | 44 |
| Octal | 377 | 206 | 133 | 0 | 57 | 100 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10000110 | 1011011 | 0 | 101111 | 1000000 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF865B
Complementary color
Monochromatic Colors of #FF865B
Black with #FF865B
Text Example
Text Example
White with #FF865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF865B; }
p { color: rgb(255,134,91); }
H1.HeaderClassName
{
color: #FF865B;
}
.AnyTagClassName
{
color: #FF865B;
}
</style>
background-color css
<style>
a { background-color: #FF865B; }
a { background-color: rgb(255,134,91); }
div.DivClassName
{
background-color: #FF865B;
}
.BgClassName
{
background-color: #FF865B;
}
</style>
border-color css
<style>
span { border-color: #FF865B; }
span { border-color: rgb(255,134,91); }
td.TdClassName
{
border-color: #FF865B;
}
.TagClassName
{
border-color: #FF865B;
}
</style>