Shades of Coral #FF844F
Tints of Coral #FF844F
RGB
CMYK
RGB Variations
Color information
#FF844F (or 0xFF844F) is known color: Coral. HEX triplet: FF, 84 and 4F. RGB value is (255,132,79). Sum of RGB (Red+Green+Blue) = 255+132+79=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF844F is #007BB0. Grayscale: #A3A3A3. Windows color (decimal): -31665 or 5211391. OLE color: 5211391.
HSL color Cylindrical-coordinate representation of color #FF844F: hue angle of 18.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF844F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 79 | - |
| CMYK | 0 | 0.48 | 0.69 | 0 |
| HSL | 18.07º | 1% | 0.65% | - |
| HSV(B) | 18.07º | 0.69% | 1% | - |
| XYZ | 50.9 | 38.33 | 12.11 | - |
| YUV | 162.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 79 | 0 | 0.48 | 0.69 | 0 | 18.07 | 1 | 0.65 |
| Hex | FF | 84 | 4F | 0 | 30 | 45 | 0 | 12 | 64 | 41 |
| Octal | 377 | 204 | 117 | 0 | 60 | 105 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000100 | 1001111 | 0 | 110000 | 1000101 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF844F
Complementary color
Monochromatic Colors of #FF844F
Black with #FF844F
Text Example
Text Example
White with #FF844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF844F; }
p { color: rgb(255,132,79); }
H1.HeaderClassName
{
color: #FF844F;
}
.AnyTagClassName
{
color: #FF844F;
}
</style>
background-color css
<style>
a { background-color: #FF844F; }
a { background-color: rgb(255,132,79); }
div.DivClassName
{
background-color: #FF844F;
}
.BgClassName
{
background-color: #FF844F;
}
</style>
border-color css
<style>
span { border-color: #FF844F; }
span { border-color: rgb(255,132,79); }
td.TdClassName
{
border-color: #FF844F;
}
.TagClassName
{
border-color: #FF844F;
}
</style>