Shades of Coral #FF8740
Tints of Coral #FF8740
RGB
CMYK
RGB Variations
Color information
#FF8740 (or 0xFF8740) is known color: Coral. HEX triplet: FF, 87 and 40. RGB value is (255,135,64). Sum of RGB (Red+Green+Blue) = 255+135+64=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8740 is #0078BF. Grayscale: #A3A3A3. Windows color (decimal): -30912 or 4229119. OLE color: 4229119.
HSL color Cylindrical-coordinate representation of color #FF8740: hue angle of 22.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8740 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 64 | - |
| CMYK | 0 | 0.47 | 0.75 | 0 |
| HSL | 22.3º | 1% | 0.63% | - |
| HSV(B) | 22.3º | 0.75% | 1% | - |
| XYZ | 50.83 | 38.96 | 9.69 | - |
| YUV | 162.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 64 | 0 | 0.47 | 0.75 | 0 | 22.3 | 1 | 0.63 |
| Hex | FF | 87 | 40 | 0 | 2F | 4B | 0 | 16 | 64 | 3F |
| Octal | 377 | 207 | 100 | 0 | 57 | 113 | 0 | 26 | 144 | 77 |
| Binary | 11111111 | 10000111 | 1000000 | 0 | 101111 | 1001011 | 0 | 10110 | 1100100 | 111111 |
Color Harmonies of #FF8740
Complementary color
Monochromatic Colors of #FF8740
Black with #FF8740
Text Example
Text Example
White with #FF8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8740; }
p { color: rgb(255,135,64); }
H1.HeaderClassName
{
color: #FF8740;
}
.AnyTagClassName
{
color: #FF8740;
}
</style>
background-color css
<style>
a { background-color: #FF8740; }
a { background-color: rgb(255,135,64); }
div.DivClassName
{
background-color: #FF8740;
}
.BgClassName
{
background-color: #FF8740;
}
</style>
border-color css
<style>
span { border-color: #FF8740; }
span { border-color: rgb(255,135,64); }
td.TdClassName
{
border-color: #FF8740;
}
.TagClassName
{
border-color: #FF8740;
}
</style>