Shades of Coral #FF825A
Tints of Coral #FF825A
RGB
CMYK
RGB Variations
Color information
#FF825A (or 0xFF825A) is known color: Coral. HEX triplet: FF, 82 and 5A. RGB value is (255,130,90). Sum of RGB (Red+Green+Blue) = 255+130+90=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF825A is #007DA5. Grayscale: #A3A3A3. Windows color (decimal): -32166 or 5931775. OLE color: 5931775.
HSL color Cylindrical-coordinate representation of color #FF825A: hue angle of 14.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF825A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 90 | - |
| CMYK | 0 | 0.49 | 0.65 | 0 |
| HSL | 14.55º | 1% | 0.68% | - |
| HSV(B) | 14.55º | 0.65% | 1% | - |
| XYZ | 51.07 | 37.96 | 14.31 | - |
| YUV | 162.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 90 | 0 | 0.49 | 0.65 | 0 | 14.55 | 1 | 0.68 |
| Hex | FF | 82 | 5A | 0 | 31 | 41 | 0 | F | 64 | 44 |
| Octal | 377 | 202 | 132 | 0 | 61 | 101 | 0 | 17 | 144 | 104 |
| Binary | 11111111 | 10000010 | 1011010 | 0 | 110001 | 1000001 | 0 | 1111 | 1100100 | 1000100 |
Color Harmonies of #FF825A
Complementary color
Monochromatic Colors of #FF825A
Black with #FF825A
Text Example
Text Example
White with #FF825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF825A; }
p { color: rgb(255,130,90); }
H1.HeaderClassName
{
color: #FF825A;
}
.AnyTagClassName
{
color: #FF825A;
}
</style>
background-color css
<style>
a { background-color: #FF825A; }
a { background-color: rgb(255,130,90); }
div.DivClassName
{
background-color: #FF825A;
}
.BgClassName
{
background-color: #FF825A;
}
</style>
border-color css
<style>
span { border-color: #FF825A; }
span { border-color: rgb(255,130,90); }
td.TdClassName
{
border-color: #FF825A;
}
.TagClassName
{
border-color: #FF825A;
}
</style>