Shades of Coral #FF825B
Tints of Coral #FF825B
RGB
CMYK
RGB Variations
Color information
#FF825B (or 0xFF825B) is known color: Coral. HEX triplet: FF, 82 and 5B. RGB value is (255,130,91). Sum of RGB (Red+Green+Blue) = 255+130+91=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF825B is #007DA4. Grayscale: #A3A3A3. Windows color (decimal): -32165 or 5997311. OLE color: 5997311.
HSL color Cylindrical-coordinate representation of color #FF825B: hue angle of 14.27º 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 #FF825B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0 |
| HSL | 14.27º | 1% | 0.68% | - |
| HSV(B) | 14.27º | 0.64% | 1% | - |
| XYZ | 51.11 | 37.98 | 14.53 | - |
| YUV | 162.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 91 | 0 | 0.49 | 0.64 | 0 | 14.27 | 1 | 0.68 |
| Hex | FF | 82 | 5B | 0 | 31 | 40 | 0 | E | 64 | 44 |
| Octal | 377 | 202 | 133 | 0 | 61 | 100 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000010 | 1011011 | 0 | 110001 | 1000000 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF825B
Complementary color
Monochromatic Colors of #FF825B
Black with #FF825B
Text Example
Text Example
White with #FF825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF825B; }
p { color: rgb(255,130,91); }
H1.HeaderClassName
{
color: #FF825B;
}
.AnyTagClassName
{
color: #FF825B;
}
</style>
background-color css
<style>
a { background-color: #FF825B; }
a { background-color: rgb(255,130,91); }
div.DivClassName
{
background-color: #FF825B;
}
.BgClassName
{
background-color: #FF825B;
}
</style>
border-color css
<style>
span { border-color: #FF825B; }
span { border-color: rgb(255,130,91); }
td.TdClassName
{
border-color: #FF825B;
}
.TagClassName
{
border-color: #FF825B;
}
</style>