Shades of Coral #FF8053
Tints of Coral #FF8053
RGB
CMYK
RGB Variations
Color information
#FF8053 (or 0xFF8053) is known color: Coral. HEX triplet: FF, 80 and 53. RGB value is (255,128,83). Sum of RGB (Red+Green+Blue) = 255+128+83=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8053 is #007FAC. Grayscale: #A1A1A1. Windows color (decimal): -32685 or 5472511. OLE color: 5472511.
HSL color Cylindrical-coordinate representation of color #FF8053: hue angle of 15.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8053 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 83 | - |
| CMYK | 0 | 0.50 | 0.67 | 0 |
| HSL | 15.7º | 1% | 0.66% | - |
| HSV(B) | 15.7º | 0.67% | 1% | - |
| XYZ | 50.52 | 37.32 | 12.72 | - |
| YUV | 160.84 | 84.08 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 83 | 0 | 0.50 | 0.67 | 0 | 15.7 | 1 | 0.66 |
| Hex | FF | 80 | 53 | 0 | 32 | 43 | 0 | 10 | 64 | 42 |
| Octal | 377 | 200 | 123 | 0 | 62 | 103 | 0 | 20 | 144 | 102 |
| Binary | 11111111 | 10000000 | 1010011 | 0 | 110010 | 1000011 | 0 | 10000 | 1100100 | 1000010 |
Color Harmonies of #FF8053
Complementary color
Monochromatic Colors of #FF8053
Black with #FF8053
Text Example
Text Example
White with #FF8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8053; }
p { color: rgb(255,128,83); }
H1.HeaderClassName
{
color: #FF8053;
}
.AnyTagClassName
{
color: #FF8053;
}
</style>
background-color css
<style>
a { background-color: #FF8053; }
a { background-color: rgb(255,128,83); }
div.DivClassName
{
background-color: #FF8053;
}
.BgClassName
{
background-color: #FF8053;
}
</style>
border-color css
<style>
span { border-color: #FF8053; }
span { border-color: rgb(255,128,83); }
td.TdClassName
{
border-color: #FF8053;
}
.TagClassName
{
border-color: #FF8053;
}
</style>