Shades of Coral #FF8140
Tints of Coral #FF8140
RGB
CMYK
RGB Variations
Color information
#FF8140 (or 0xFF8140) is known color: Coral. HEX triplet: FF, 81 and 40. RGB value is (255,129,64). Sum of RGB (Red+Green+Blue) = 255+129+64=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8140 is #007EBF. Grayscale: #9F9F9F. Windows color (decimal): -32448 or 4227583. OLE color: 4227583.
HSL color Cylindrical-coordinate representation of color #FF8140: hue angle of 20.42º 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 #FF8140 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 64 | - |
| CMYK | 0 | 0.49 | 0.75 | 0 |
| HSL | 20.42º | 1% | 0.63% | - |
| HSV(B) | 20.42º | 0.75% | 1% | - |
| XYZ | 50.02 | 37.33 | 9.42 | - |
| YUV | 159.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 64 | 0 | 0.49 | 0.75 | 0 | 20.42 | 1 | 0.63 |
| Hex | FF | 81 | 40 | 0 | 31 | 4B | 0 | 14 | 64 | 3F |
| Octal | 377 | 201 | 100 | 0 | 61 | 113 | 0 | 24 | 144 | 77 |
| Binary | 11111111 | 10000001 | 1000000 | 0 | 110001 | 1001011 | 0 | 10100 | 1100100 | 111111 |
Color Harmonies of #FF8140
Complementary color
Monochromatic Colors of #FF8140
Black with #FF8140
Text Example
Text Example
White with #FF8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8140; }
p { color: rgb(255,129,64); }
H1.HeaderClassName
{
color: #FF8140;
}
.AnyTagClassName
{
color: #FF8140;
}
</style>
background-color css
<style>
a { background-color: #FF8140; }
a { background-color: rgb(255,129,64); }
div.DivClassName
{
background-color: #FF8140;
}
.BgClassName
{
background-color: #FF8140;
}
</style>
border-color css
<style>
span { border-color: #FF8140; }
span { border-color: rgb(255,129,64); }
td.TdClassName
{
border-color: #FF8140;
}
.TagClassName
{
border-color: #FF8140;
}
</style>