Shades of Coral #FF824C
Tints of Coral #FF824C
RGB
CMYK
RGB Variations
Color information
#FF824C (or 0xFF824C) is known color: Coral. HEX triplet: FF, 82 and 4C. RGB value is (255,130,76). Sum of RGB (Red+Green+Blue) = 255+130+76=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF824C is #007DB3. Grayscale: #A1A1A1. Windows color (decimal): -32180 or 5014271. OLE color: 5014271.
HSL color Cylindrical-coordinate representation of color #FF824C: hue angle of 18.1º 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 #FF824C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0 |
| HSL | 18.1º | 1% | 0.65% | - |
| HSV(B) | 18.1º | 0.7% | 1% | - |
| XYZ | 50.53 | 37.75 | 11.46 | - |
| YUV | 161.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 76 | 0 | 0.49 | 0.70 | 0 | 18.1 | 1 | 0.65 |
| Hex | FF | 82 | 4C | 0 | 31 | 46 | 0 | 12 | 64 | 41 |
| Octal | 377 | 202 | 114 | 0 | 61 | 106 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000010 | 1001100 | 0 | 110001 | 1000110 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF824C
Complementary color
Monochromatic Colors of #FF824C
Black with #FF824C
Text Example
Text Example
White with #FF824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF824C; }
p { color: rgb(255,130,76); }
H1.HeaderClassName
{
color: #FF824C;
}
.AnyTagClassName
{
color: #FF824C;
}
</style>
background-color css
<style>
a { background-color: #FF824C; }
a { background-color: rgb(255,130,76); }
div.DivClassName
{
background-color: #FF824C;
}
.BgClassName
{
background-color: #FF824C;
}
</style>
border-color css
<style>
span { border-color: #FF824C; }
span { border-color: rgb(255,130,76); }
td.TdClassName
{
border-color: #FF824C;
}
.TagClassName
{
border-color: #FF824C;
}
</style>