Shades of Coral #FF8C48
Tints of Coral #FF8C48
RGB
CMYK
RGB Variations
Color information
#FF8C48 (or 0xFF8C48) is known color: Coral. HEX triplet: FF, 8C and 48. RGB value is (255,140,72). Sum of RGB (Red+Green+Blue) = 255+140+72=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C48 is #0073B7. Grayscale: #A7A7A7. Windows color (decimal): -29624 or 4754687. OLE color: 4754687.
HSL color Cylindrical-coordinate representation of color #FF8C48: hue angle of 22.3º 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 #FF8C48 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 72 | - |
| CMYK | 0 | 0.45 | 0.72 | 0 |
| HSL | 22.3º | 1% | 0.64% | - |
| HSV(B) | 22.3º | 0.72% | 1% | - |
| XYZ | 51.79 | 40.48 | 11.22 | - |
| YUV | 166.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 72 | 0 | 0.45 | 0.72 | 0 | 22.3 | 1 | 0.64 |
| Hex | FF | 8C | 48 | 0 | 2D | 48 | 0 | 16 | 64 | 40 |
| Octal | 377 | 214 | 110 | 0 | 55 | 110 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001100 | 1001000 | 0 | 101101 | 1001000 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8C48
Complementary color
Monochromatic Colors of #FF8C48
Black with #FF8C48
Text Example
Text Example
White with #FF8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C48; }
p { color: rgb(255,140,72); }
H1.HeaderClassName
{
color: #FF8C48;
}
.AnyTagClassName
{
color: #FF8C48;
}
</style>
background-color css
<style>
a { background-color: #FF8C48; }
a { background-color: rgb(255,140,72); }
div.DivClassName
{
background-color: #FF8C48;
}
.BgClassName
{
background-color: #FF8C48;
}
</style>
border-color css
<style>
span { border-color: #FF8C48; }
span { border-color: rgb(255,140,72); }
td.TdClassName
{
border-color: #FF8C48;
}
.TagClassName
{
border-color: #FF8C48;
}
</style>