Shades of Coral #FF8154
Tints of Coral #FF8154
RGB
CMYK
RGB Variations
Color information
#FF8154 (or 0xFF8154) is known color: Coral. HEX triplet: FF, 81 and 54. RGB value is (255,129,84). Sum of RGB (Red+Green+Blue) = 255+129+84=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8154 is #007EAB. Grayscale: #A1A1A1. Windows color (decimal): -32428 or 5538303. OLE color: 5538303.
HSL color Cylindrical-coordinate representation of color #FF8154: hue angle of 15.79º 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 #FF8154 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 84 | - |
| CMYK | 0 | 0.49 | 0.67 | 0 |
| HSL | 15.79º | 1% | 0.66% | - |
| HSV(B) | 15.79º | 0.67% | 1% | - |
| XYZ | 50.69 | 37.6 | 12.97 | - |
| YUV | 161.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 84 | 0 | 0.49 | 0.67 | 0 | 15.79 | 1 | 0.66 |
| Hex | FF | 81 | 54 | 0 | 31 | 43 | 0 | 10 | 64 | 42 |
| Octal | 377 | 201 | 124 | 0 | 61 | 103 | 0 | 20 | 144 | 102 |
| Binary | 11111111 | 10000001 | 1010100 | 0 | 110001 | 1000011 | 0 | 10000 | 1100100 | 1000010 |
Color Harmonies of #FF8154
Complementary color
Monochromatic Colors of #FF8154
Black with #FF8154
Text Example
Text Example
White with #FF8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8154; }
p { color: rgb(255,129,84); }
H1.HeaderClassName
{
color: #FF8154;
}
.AnyTagClassName
{
color: #FF8154;
}
</style>
background-color css
<style>
a { background-color: #FF8154; }
a { background-color: rgb(255,129,84); }
div.DivClassName
{
background-color: #FF8154;
}
.BgClassName
{
background-color: #FF8154;
}
</style>
border-color css
<style>
span { border-color: #FF8154; }
span { border-color: rgb(255,129,84); }
td.TdClassName
{
border-color: #FF8154;
}
.TagClassName
{
border-color: #FF8154;
}
</style>