Shades of Coral #FF8B48
Tints of Coral #FF8B48
RGB
CMYK
RGB Variations
Color information
#FF8B48 (or 0xFF8B48) is known color: Coral. HEX triplet: FF, 8B and 48. RGB value is (255,139,72). Sum of RGB (Red+Green+Blue) = 255+139+72=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B48 is #0074B7. Grayscale: #A6A6A6. Windows color (decimal): -29880 or 4754431. OLE color: 4754431.
HSL color Cylindrical-coordinate representation of color #FF8B48: hue angle of 21.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8B48 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 72 | - |
| CMYK | 0 | 0.45 | 0.72 | 0 |
| HSL | 21.97º | 1% | 0.64% | - |
| HSV(B) | 21.97º | 0.72% | 1% | - |
| XYZ | 51.64 | 40.19 | 11.17 | - |
| YUV | 166.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 72 | 0 | 0.45 | 0.72 | 0 | 21.97 | 1 | 0.64 |
| Hex | FF | 8B | 48 | 0 | 2D | 48 | 0 | 16 | 64 | 40 |
| Octal | 377 | 213 | 110 | 0 | 55 | 110 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001011 | 1001000 | 0 | 101101 | 1001000 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8B48
Complementary color
Monochromatic Colors of #FF8B48
Black with #FF8B48
Text Example
Text Example
White with #FF8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B48; }
p { color: rgb(255,139,72); }
H1.HeaderClassName
{
color: #FF8B48;
}
.AnyTagClassName
{
color: #FF8B48;
}
</style>
background-color css
<style>
a { background-color: #FF8B48; }
a { background-color: rgb(255,139,72); }
div.DivClassName
{
background-color: #FF8B48;
}
.BgClassName
{
background-color: #FF8B48;
}
</style>
border-color css
<style>
span { border-color: #FF8B48; }
span { border-color: rgb(255,139,72); }
td.TdClassName
{
border-color: #FF8B48;
}
.TagClassName
{
border-color: #FF8B48;
}
</style>