Shades of Coral #FF865C
Tints of Coral #FF865C
RGB
CMYK
RGB Variations
Color information
#FF865C (or 0xFF865C) is known color: Coral. HEX triplet: FF, 86 and 5C. RGB value is (255,134,92). Sum of RGB (Red+Green+Blue) = 255+134+92=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF865C is #0079A3. Grayscale: #A5A5A5. Windows color (decimal): -31140 or 6063871. OLE color: 6063871.
HSL color Cylindrical-coordinate representation of color #FF865C: hue angle of 15.46º 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 #FF865C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 134 | 92 | - |
CMYK | 0 | 0.47 | 0.64 | 0 |
HSL | 15.46º | 1% | 0.68% | - |
HSV(B) | 15.46º | 0.64% | 1% | - |
XYZ | 51.7 | 39.08 | 14.94 | - |
YUV | 165.39 | 86.59 | 191.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 134 | 92 | 0 | 0.47 | 0.64 | 0 | 15.46 | 1 | 0.68 |
Hex | FF | 86 | 5C | 0 | 2F | 40 | 0 | F | 64 | 44 |
Octal | 377 | 206 | 134 | 0 | 57 | 100 | 0 | 17 | 144 | 104 |
Binary | 11111111 | 10000110 | 1011100 | 0 | 101111 | 1000000 | 0 | 1111 | 1100100 | 1000100 |
Color Harmonies of #FF865C
Complementary color
Monochromatic Colors of #FF865C
Black with #FF865C
Text Example
Text Example
White with #FF865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF865C; }
p { color: rgb(255,134,92); }
H1.HeaderClassName
{
color: #FF865C;
}
.AnyTagClassName
{
color: #FF865C;
}
</style>
background-color css
<style>
a { background-color: #FF865C; }
a { background-color: rgb(255,134,92); }
div.DivClassName
{
background-color: #FF865C;
}
.BgClassName
{
background-color: #FF865C;
}
</style>
border-color css
<style>
span { border-color: #FF865C; }
span { border-color: rgb(255,134,92); }
td.TdClassName
{
border-color: #FF865C;
}
.TagClassName
{
border-color: #FF865C;
}
</style>