Shades of Coral #FF8C49
Tints of Coral #FF8C49
RGB
CMYK
RGB Variations
Color information
#FF8C49 (or 0xFF8C49) is known color: Coral. HEX triplet: FF, 8C and 49. RGB value is (255,140,73). Sum of RGB (Red+Green+Blue) = 255+140+73=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C49 is #0073B6. Grayscale: #A7A7A7. Windows color (decimal): -29623 or 4820223. OLE color: 4820223.
HSL color Cylindrical-coordinate representation of color #FF8C49: hue angle of 22.09º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8C49 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 73 | - |
| CMYK | 0 | 0.45 | 0.71 | 0 |
| HSL | 22.09º | 1% | 0.64% | - |
| HSV(B) | 22.09º | 0.71% | 1% | - |
| XYZ | 51.82 | 40.5 | 11.39 | - |
| YUV | 166.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 73 | 0 | 0.45 | 0.71 | 0 | 22.09 | 1 | 0.64 |
| Hex | FF | 8C | 49 | 0 | 2D | 47 | 0 | 16 | 64 | 40 |
| Octal | 377 | 214 | 111 | 0 | 55 | 107 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001100 | 1001001 | 0 | 101101 | 1000111 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8C49
Complementary color
Monochromatic Colors of #FF8C49
Black with #FF8C49
Text Example
Text Example
White with #FF8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C49; }
p { color: rgb(255,140,73); }
H1.HeaderClassName
{
color: #FF8C49;
}
.AnyTagClassName
{
color: #FF8C49;
}
</style>
background-color css
<style>
a { background-color: #FF8C49; }
a { background-color: rgb(255,140,73); }
div.DivClassName
{
background-color: #FF8C49;
}
.BgClassName
{
background-color: #FF8C49;
}
</style>
border-color css
<style>
span { border-color: #FF8C49; }
span { border-color: rgb(255,140,73); }
td.TdClassName
{
border-color: #FF8C49;
}
.TagClassName
{
border-color: #FF8C49;
}
</style>