Shades of Coral #FF864B
Tints of Coral #FF864B
RGB
CMYK
RGB Variations
Color information
#FF864B (or 0xFF864B) is known color: Coral. HEX triplet: FF, 86 and 4B. RGB value is (255,134,75). Sum of RGB (Red+Green+Blue) = 255+134+75=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF864B is #0079B4. Grayscale: #A3A3A3. Windows color (decimal): -31157 or 4949759. OLE color: 4949759.
HSL color Cylindrical-coordinate representation of color #FF864B: hue angle of 19.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF864B is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 75 | - |
| CMYK | 0 | 0.47 | 0.71 | 0 |
| HSL | 19.67º | 1% | 0.65% | - |
| HSV(B) | 19.67º | 0.71% | 1% | - |
| XYZ | 51.04 | 38.82 | 11.46 | - |
| YUV | 163.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 75 | 0 | 0.47 | 0.71 | 0 | 19.67 | 1 | 0.65 |
| Hex | FF | 86 | 4B | 0 | 2F | 47 | 0 | 14 | 64 | 41 |
| Octal | 377 | 206 | 113 | 0 | 57 | 107 | 0 | 24 | 144 | 101 |
| Binary | 11111111 | 10000110 | 1001011 | 0 | 101111 | 1000111 | 0 | 10100 | 1100100 | 1000001 |
Color Harmonies of #FF864B
Complementary color
Monochromatic Colors of #FF864B
Black with #FF864B
Text Example
Text Example
White with #FF864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF864B; }
p { color: rgb(255,134,75); }
H1.HeaderClassName
{
color: #FF864B;
}
.AnyTagClassName
{
color: #FF864B;
}
</style>
background-color css
<style>
a { background-color: #FF864B; }
a { background-color: rgb(255,134,75); }
div.DivClassName
{
background-color: #FF864B;
}
.BgClassName
{
background-color: #FF864B;
}
</style>
border-color css
<style>
span { border-color: #FF864B; }
span { border-color: rgb(255,134,75); }
td.TdClassName
{
border-color: #FF864B;
}
.TagClassName
{
border-color: #FF864B;
}
</style>