Shades of Coral #FF8554
Tints of Coral #FF8554
RGB
CMYK
RGB Variations
Color information
#FF8554 (or 0xFF8554) is known color: Coral. HEX triplet: FF, 85 and 54. RGB value is (255,133,84). Sum of RGB (Red+Green+Blue) = 255+133+84=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8554 is #007AAB. Grayscale: #A4A4A4. Windows color (decimal): -31404 or 5539327. OLE color: 5539327.
HSL color Cylindrical-coordinate representation of color #FF8554: hue angle of 17.19º 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 #FF8554 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 84 | - |
| CMYK | 0 | 0.48 | 0.67 | 0 |
| HSL | 17.19º | 1% | 0.66% | - |
| HSV(B) | 17.19º | 0.67% | 1% | - |
| XYZ | 51.23 | 38.68 | 13.15 | - |
| YUV | 163.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 84 | 0 | 0.48 | 0.67 | 0 | 17.19 | 1 | 0.66 |
| Hex | FF | 85 | 54 | 0 | 30 | 43 | 0 | 11 | 64 | 42 |
| Octal | 377 | 205 | 124 | 0 | 60 | 103 | 0 | 21 | 144 | 102 |
| Binary | 11111111 | 10000101 | 1010100 | 0 | 110000 | 1000011 | 0 | 10001 | 1100100 | 1000010 |
Color Harmonies of #FF8554
Complementary color
Monochromatic Colors of #FF8554
Black with #FF8554
Text Example
Text Example
White with #FF8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8554; }
p { color: rgb(255,133,84); }
H1.HeaderClassName
{
color: #FF8554;
}
.AnyTagClassName
{
color: #FF8554;
}
</style>
background-color css
<style>
a { background-color: #FF8554; }
a { background-color: rgb(255,133,84); }
div.DivClassName
{
background-color: #FF8554;
}
.BgClassName
{
background-color: #FF8554;
}
</style>
border-color css
<style>
span { border-color: #FF8554; }
span { border-color: rgb(255,133,84); }
td.TdClassName
{
border-color: #FF8554;
}
.TagClassName
{
border-color: #FF8554;
}
</style>