Shades of Coral #FF8050
Tints of Coral #FF8050
RGB
CMYK
RGB Variations
Color information
#FF8050 (or 0xFF8050) is known color: Coral. HEX triplet: FF, 80 and 50. RGB value is (255,128,80). Sum of RGB (Red+Green+Blue) = 255+128+80=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8050 is #007FAF. Grayscale: #A0A0A0. Windows color (decimal): -32688 or 5275903. OLE color: 5275903.
HSL color Cylindrical-coordinate representation of color #FF8050: hue angle of 16.46º 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 #FF8050 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 80 | - |
| CMYK | 0 | 0.50 | 0.69 | 0 |
| HSL | 16.46º | 1% | 0.66% | - |
| HSV(B) | 16.46º | 0.69% | 1% | - |
| XYZ | 50.41 | 37.28 | 12.13 | - |
| YUV | 160.5 | 82.58 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 80 | 0 | 0.50 | 0.69 | 0 | 16.46 | 1 | 0.66 |
| Hex | FF | 80 | 50 | 0 | 32 | 45 | 0 | 10 | 64 | 42 |
| Octal | 377 | 200 | 120 | 0 | 62 | 105 | 0 | 20 | 144 | 102 |
| Binary | 11111111 | 10000000 | 1010000 | 0 | 110010 | 1000101 | 0 | 10000 | 1100100 | 1000010 |
Color Harmonies of #FF8050
Complementary color
Monochromatic Colors of #FF8050
Black with #FF8050
Text Example
Text Example
White with #FF8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8050; }
p { color: rgb(255,128,80); }
H1.HeaderClassName
{
color: #FF8050;
}
.AnyTagClassName
{
color: #FF8050;
}
</style>
background-color css
<style>
a { background-color: #FF8050; }
a { background-color: rgb(255,128,80); }
div.DivClassName
{
background-color: #FF8050;
}
.BgClassName
{
background-color: #FF8050;
}
</style>
border-color css
<style>
span { border-color: #FF8050; }
span { border-color: rgb(255,128,80); }
td.TdClassName
{
border-color: #FF8050;
}
.TagClassName
{
border-color: #FF8050;
}
</style>