Shades of Coral #FF8359
Tints of Coral #FF8359
RGB
CMYK
RGB Variations
Color information
#FF8359 (or 0xFF8359) is known color: Coral. HEX triplet: FF, 83 and 59. RGB value is (255,131,89). Sum of RGB (Red+Green+Blue) = 255+131+89=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8359 is #007CA6. Grayscale: #A3A3A3. Windows color (decimal): -31911 or 5866495. OLE color: 5866495.
HSL color Cylindrical-coordinate representation of color #FF8359: hue angle of 15.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8359 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 89 | - |
| CMYK | 0 | 0.49 | 0.65 | 0 |
| HSL | 15.18º | 1% | 0.67% | - |
| HSV(B) | 15.18º | 0.65% | 1% | - |
| XYZ | 51.16 | 38.21 | 14.13 | - |
| YUV | 163.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 89 | 0 | 0.49 | 0.65 | 0 | 15.18 | 1 | 0.67 |
| Hex | FF | 83 | 59 | 0 | 31 | 41 | 0 | F | 64 | 43 |
| Octal | 377 | 203 | 131 | 0 | 61 | 101 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 10000011 | 1011001 | 0 | 110001 | 1000001 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF8359
Complementary color
Monochromatic Colors of #FF8359
Black with #FF8359
Text Example
Text Example
White with #FF8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8359; }
p { color: rgb(255,131,89); }
H1.HeaderClassName
{
color: #FF8359;
}
.AnyTagClassName
{
color: #FF8359;
}
</style>
background-color css
<style>
a { background-color: #FF8359; }
a { background-color: rgb(255,131,89); }
div.DivClassName
{
background-color: #FF8359;
}
.BgClassName
{
background-color: #FF8359;
}
</style>
border-color css
<style>
span { border-color: #FF8359; }
span { border-color: rgb(255,131,89); }
td.TdClassName
{
border-color: #FF8359;
}
.TagClassName
{
border-color: #FF8359;
}
</style>