Shades of Coral #FF8B50
Tints of Coral #FF8B50
RGB
CMYK
RGB Variations
Color information
#FF8B50 (or 0xFF8B50) is known color: Coral. HEX triplet: FF, 8B and 50. RGB value is (255,139,80). Sum of RGB (Red+Green+Blue) = 255+139+80=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B50 is #0074AF. Grayscale: #A7A7A7. Windows color (decimal): -29872 or 5278719. OLE color: 5278719.
HSL color Cylindrical-coordinate representation of color #FF8B50: hue angle of 20.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8B50 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 80 | - |
| CMYK | 0 | 0.45 | 0.69 | 0 |
| HSL | 20.23º | 1% | 0.66% | - |
| HSV(B) | 20.23º | 0.69% | 1% | - |
| XYZ | 51.92 | 40.3 | 12.63 | - |
| YUV | 166.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 80 | 0 | 0.45 | 0.69 | 0 | 20.23 | 1 | 0.66 |
| Hex | FF | 8B | 50 | 0 | 2D | 45 | 0 | 14 | 64 | 42 |
| Octal | 377 | 213 | 120 | 0 | 55 | 105 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001011 | 1010000 | 0 | 101101 | 1000101 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8B50
Complementary color
Monochromatic Colors of #FF8B50
Black with #FF8B50
Text Example
Text Example
White with #FF8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B50; }
p { color: rgb(255,139,80); }
H1.HeaderClassName
{
color: #FF8B50;
}
.AnyTagClassName
{
color: #FF8B50;
}
</style>
background-color css
<style>
a { background-color: #FF8B50; }
a { background-color: rgb(255,139,80); }
div.DivClassName
{
background-color: #FF8B50;
}
.BgClassName
{
background-color: #FF8B50;
}
</style>
border-color css
<style>
span { border-color: #FF8B50; }
span { border-color: rgb(255,139,80); }
td.TdClassName
{
border-color: #FF8B50;
}
.TagClassName
{
border-color: #FF8B50;
}
</style>