Shades of Coral #FF8244
Tints of Coral #FF8244
RGB
CMYK
RGB Variations
Color information
#FF8244 (or 0xFF8244) is known color: Coral. HEX triplet: FF, 82 and 44. RGB value is (255,130,68). Sum of RGB (Red+Green+Blue) = 255+130+68=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8244 is #007DBB. Grayscale: #A0A0A0. Windows color (decimal): -32188 or 4489983. OLE color: 4489983.
HSL color Cylindrical-coordinate representation of color #FF8244: hue angle of 19.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8244 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 68 | - |
| CMYK | 0 | 0.49 | 0.73 | 0 |
| HSL | 19.89º | 1% | 0.63% | - |
| HSV(B) | 19.89º | 0.73% | 1% | - |
| XYZ | 50.27 | 37.64 | 10.09 | - |
| YUV | 160.31 | 75.91 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 68 | 0 | 0.49 | 0.73 | 0 | 19.89 | 1 | 0.63 |
| Hex | FF | 82 | 44 | 0 | 31 | 49 | 0 | 14 | 64 | 3F |
| Octal | 377 | 202 | 104 | 0 | 61 | 111 | 0 | 24 | 144 | 77 |
| Binary | 11111111 | 10000010 | 1000100 | 0 | 110001 | 1001001 | 0 | 10100 | 1100100 | 111111 |
Color Harmonies of #FF8244
Complementary color
Monochromatic Colors of #FF8244
Black with #FF8244
Text Example
Text Example
White with #FF8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8244; }
p { color: rgb(255,130,68); }
H1.HeaderClassName
{
color: #FF8244;
}
.AnyTagClassName
{
color: #FF8244;
}
</style>
background-color css
<style>
a { background-color: #FF8244; }
a { background-color: rgb(255,130,68); }
div.DivClassName
{
background-color: #FF8244;
}
.BgClassName
{
background-color: #FF8244;
}
</style>
border-color css
<style>
span { border-color: #FF8244; }
span { border-color: rgb(255,130,68); }
td.TdClassName
{
border-color: #FF8244;
}
.TagClassName
{
border-color: #FF8244;
}
</style>