Shades of Coral #FF805C
Tints of Coral #FF805C
RGB
CMYK
RGB Variations
Color information
#FF805C (or 0xFF805C) is known color: Coral. HEX triplet: FF, 80 and 5C. RGB value is (255,128,92). Sum of RGB (Red+Green+Blue) = 255+128+92=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF805C is #007FA3. Grayscale: #A2A2A2. Windows color (decimal): -32676 or 6062335. OLE color: 6062335.
HSL color Cylindrical-coordinate representation of color #FF805C: hue angle of 13.25º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF805C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 92 | - |
| CMYK | 0 | 0.50 | 0.64 | 0 |
| HSL | 13.25º | 1% | 0.68% | - |
| HSV(B) | 13.25º | 0.64% | 1% | - |
| XYZ | 50.89 | 37.47 | 14.68 | - |
| YUV | 161.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 92 | 0 | 0.50 | 0.64 | 0 | 13.25 | 1 | 0.68 |
| Hex | FF | 80 | 5C | 0 | 32 | 40 | 0 | D | 64 | 44 |
| Octal | 377 | 200 | 134 | 0 | 62 | 100 | 0 | 15 | 144 | 104 |
| Binary | 11111111 | 10000000 | 1011100 | 0 | 110010 | 1000000 | 0 | 1101 | 1100100 | 1000100 |
Color Harmonies of #FF805C
Complementary color
Monochromatic Colors of #FF805C
Black with #FF805C
Text Example
Text Example
White with #FF805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF805C; }
p { color: rgb(255,128,92); }
H1.HeaderClassName
{
color: #FF805C;
}
.AnyTagClassName
{
color: #FF805C;
}
</style>
background-color css
<style>
a { background-color: #FF805C; }
a { background-color: rgb(255,128,92); }
div.DivClassName
{
background-color: #FF805C;
}
.BgClassName
{
background-color: #FF805C;
}
</style>
border-color css
<style>
span { border-color: #FF805C; }
span { border-color: rgb(255,128,92); }
td.TdClassName
{
border-color: #FF805C;
}
.TagClassName
{
border-color: #FF805C;
}
</style>