Shades of Coral #FF8349
Tints of Coral #FF8349
RGB
CMYK
RGB Variations
Color information
#FF8349 (or 0xFF8349) is known color: Coral. HEX triplet: FF, 83 and 49. RGB value is (255,131,73). Sum of RGB (Red+Green+Blue) = 255+131+73=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8349 is #007CB6. Grayscale: #A1A1A1. Windows color (decimal): -31927 or 4817919. OLE color: 4817919.
HSL color Cylindrical-coordinate representation of color #FF8349: hue angle of 19.12º 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 #FF8349 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 73 | - |
| CMYK | 0 | 0.49 | 0.71 | 0 |
| HSL | 19.12º | 1% | 0.64% | - |
| HSV(B) | 19.12º | 0.71% | 1% | - |
| XYZ | 50.56 | 37.97 | 10.97 | - |
| YUV | 161.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 73 | 0 | 0.49 | 0.71 | 0 | 19.12 | 1 | 0.64 |
| Hex | FF | 83 | 49 | 0 | 31 | 47 | 0 | 13 | 64 | 40 |
| Octal | 377 | 203 | 111 | 0 | 61 | 107 | 0 | 23 | 144 | 100 |
| Binary | 11111111 | 10000011 | 1001001 | 0 | 110001 | 1000111 | 0 | 10011 | 1100100 | 1000000 |
Color Harmonies of #FF8349
Complementary color
Monochromatic Colors of #FF8349
Black with #FF8349
Text Example
Text Example
White with #FF8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8349; }
p { color: rgb(255,131,73); }
H1.HeaderClassName
{
color: #FF8349;
}
.AnyTagClassName
{
color: #FF8349;
}
</style>
background-color css
<style>
a { background-color: #FF8349; }
a { background-color: rgb(255,131,73); }
div.DivClassName
{
background-color: #FF8349;
}
.BgClassName
{
background-color: #FF8349;
}
</style>
border-color css
<style>
span { border-color: #FF8349; }
span { border-color: rgb(255,131,73); }
td.TdClassName
{
border-color: #FF8349;
}
.TagClassName
{
border-color: #FF8349;
}
</style>