Shades of Coral #FF825D
Tints of Coral #FF825D
RGB
CMYK
RGB Variations
Color information
#FF825D (or 0xFF825D) is known color: Coral. HEX triplet: FF, 82 and 5D. RGB value is (255,130,93). Sum of RGB (Red+Green+Blue) = 255+130+93=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF825D is #007DA2. Grayscale: #A3A3A3. Windows color (decimal): -32163 or 6128383. OLE color: 6128383.
HSL color Cylindrical-coordinate representation of color #FF825D: hue angle of 13.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF825D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 93 | - |
| CMYK | 0 | 0.49 | 0.64 | 0 |
| HSL | 13.7º | 1% | 0.68% | - |
| HSV(B) | 13.7º | 0.64% | 1% | - |
| XYZ | 51.2 | 38.02 | 15 | - |
| YUV | 163.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 93 | 0 | 0.49 | 0.64 | 0 | 13.7 | 1 | 0.68 |
| Hex | FF | 82 | 5D | 0 | 31 | 40 | 0 | E | 64 | 44 |
| Octal | 377 | 202 | 135 | 0 | 61 | 100 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000010 | 1011101 | 0 | 110001 | 1000000 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF825D
Complementary color
Monochromatic Colors of #FF825D
Black with #FF825D
Text Example
Text Example
White with #FF825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF825D; }
p { color: rgb(255,130,93); }
H1.HeaderClassName
{
color: #FF825D;
}
.AnyTagClassName
{
color: #FF825D;
}
</style>
background-color css
<style>
a { background-color: #FF825D; }
a { background-color: rgb(255,130,93); }
div.DivClassName
{
background-color: #FF825D;
}
.BgClassName
{
background-color: #FF825D;
}
</style>
border-color css
<style>
span { border-color: #FF825D; }
span { border-color: rgb(255,130,93); }
td.TdClassName
{
border-color: #FF825D;
}
.TagClassName
{
border-color: #FF825D;
}
</style>