Shades of Coral #FF844C
Tints of Coral #FF844C
RGB
CMYK
RGB Variations
Color information
#FF844C (or 0xFF844C) is known color: Coral. HEX triplet: FF, 84 and 4C. RGB value is (255,132,76). Sum of RGB (Red+Green+Blue) = 255+132+76=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF844C is #007BB3. Grayscale: #A2A2A2. Windows color (decimal): -31668 or 5014783. OLE color: 5014783.
HSL color Cylindrical-coordinate representation of color #FF844C: hue angle of 18.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF844C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 76 | - |
| CMYK | 0 | 0.48 | 0.70 | 0 |
| HSL | 18.77º | 1% | 0.65% | - |
| HSV(B) | 18.77º | 0.7% | 1% | - |
| XYZ | 50.8 | 38.28 | 11.55 | - |
| YUV | 162.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 76 | 0 | 0.48 | 0.70 | 0 | 18.77 | 1 | 0.65 |
| Hex | FF | 84 | 4C | 0 | 30 | 46 | 0 | 13 | 64 | 41 |
| Octal | 377 | 204 | 114 | 0 | 60 | 106 | 0 | 23 | 144 | 101 |
| Binary | 11111111 | 10000100 | 1001100 | 0 | 110000 | 1000110 | 0 | 10011 | 1100100 | 1000001 |
Color Harmonies of #FF844C
Complementary color
Monochromatic Colors of #FF844C
Black with #FF844C
Text Example
Text Example
White with #FF844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF844C; }
p { color: rgb(255,132,76); }
H1.HeaderClassName
{
color: #FF844C;
}
.AnyTagClassName
{
color: #FF844C;
}
</style>
background-color css
<style>
a { background-color: #FF844C; }
a { background-color: rgb(255,132,76); }
div.DivClassName
{
background-color: #FF844C;
}
.BgClassName
{
background-color: #FF844C;
}
</style>
border-color css
<style>
span { border-color: #FF844C; }
span { border-color: rgb(255,132,76); }
td.TdClassName
{
border-color: #FF844C;
}
.TagClassName
{
border-color: #FF844C;
}
</style>