Shades of Coral #FF8561
Tints of Coral #FF8561
RGB
CMYK
RGB Variations
Color information
#FF8561 (or 0xFF8561) is known color: Coral. HEX triplet: FF, 85 and 61. RGB value is (255,133,97). Sum of RGB (Red+Green+Blue) = 255+133+97=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8561 is #007A9E. Grayscale: #A5A5A5. Windows color (decimal): -31391 or 6391295. OLE color: 6391295.
HSL color Cylindrical-coordinate representation of color #FF8561: hue angle of 13.67º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8561 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 97 | - |
| CMYK | 0 | 0.48 | 0.62 | 0 |
| HSL | 13.67º | 1% | 0.69% | - |
| HSV(B) | 13.67º | 0.62% | 1% | - |
| XYZ | 51.79 | 38.9 | 16.09 | - |
| YUV | 165.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 97 | 0 | 0.48 | 0.62 | 0 | 13.67 | 1 | 0.69 |
| Hex | FF | 85 | 61 | 0 | 30 | 3E | 0 | E | 64 | 45 |
| Octal | 377 | 205 | 141 | 0 | 60 | 76 | 0 | 16 | 144 | 105 |
| Binary | 11111111 | 10000101 | 1100001 | 0 | 110000 | 111110 | 0 | 1110 | 1100100 | 1000101 |
Color Harmonies of #FF8561
Complementary color
Monochromatic Colors of #FF8561
Black with #FF8561
Text Example
Text Example
White with #FF8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8561; }
p { color: rgb(255,133,97); }
H1.HeaderClassName
{
color: #FF8561;
}
.AnyTagClassName
{
color: #FF8561;
}
</style>
background-color css
<style>
a { background-color: #FF8561; }
a { background-color: rgb(255,133,97); }
div.DivClassName
{
background-color: #FF8561;
}
.BgClassName
{
background-color: #FF8561;
}
</style>
border-color css
<style>
span { border-color: #FF8561; }
span { border-color: rgb(255,133,97); }
td.TdClassName
{
border-color: #FF8561;
}
.TagClassName
{
border-color: #FF8561;
}
</style>