Shades of Coral #FF8553
Tints of Coral #FF8553
RGB
CMYK
RGB Variations
Color information
#FF8553 (or 0xFF8553) is known color: Coral. HEX triplet: FF, 85 and 53. RGB value is (255,133,83). Sum of RGB (Red+Green+Blue) = 255+133+83=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8553 is #007AAC. Grayscale: #A4A4A4. Windows color (decimal): -31405 or 5473791. OLE color: 5473791.
HSL color Cylindrical-coordinate representation of color #FF8553: hue angle of 17.44º 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 #FF8553 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 83 | - |
| CMYK | 0 | 0.48 | 0.67 | 0 |
| HSL | 17.44º | 1% | 0.66% | - |
| HSV(B) | 17.44º | 0.67% | 1% | - |
| XYZ | 51.19 | 38.66 | 12.95 | - |
| YUV | 163.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 83 | 0 | 0.48 | 0.67 | 0 | 17.44 | 1 | 0.66 |
| Hex | FF | 85 | 53 | 0 | 30 | 43 | 0 | 11 | 64 | 42 |
| Octal | 377 | 205 | 123 | 0 | 60 | 103 | 0 | 21 | 144 | 102 |
| Binary | 11111111 | 10000101 | 1010011 | 0 | 110000 | 1000011 | 0 | 10001 | 1100100 | 1000010 |
Color Harmonies of #FF8553
Complementary color
Monochromatic Colors of #FF8553
Black with #FF8553
Text Example
Text Example
White with #FF8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8553; }
p { color: rgb(255,133,83); }
H1.HeaderClassName
{
color: #FF8553;
}
.AnyTagClassName
{
color: #FF8553;
}
</style>
background-color css
<style>
a { background-color: #FF8553; }
a { background-color: rgb(255,133,83); }
div.DivClassName
{
background-color: #FF8553;
}
.BgClassName
{
background-color: #FF8553;
}
</style>
border-color css
<style>
span { border-color: #FF8553; }
span { border-color: rgb(255,133,83); }
td.TdClassName
{
border-color: #FF8553;
}
.TagClassName
{
border-color: #FF8553;
}
</style>