Shades of Coral #FF8256
Tints of Coral #FF8256
RGB
CMYK
RGB Variations
Color information
#FF8256 (or 0xFF8256) is known color: Coral. HEX triplet: FF, 82 and 56. RGB value is (255,130,86). Sum of RGB (Red+Green+Blue) = 255+130+86=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8256 is #007DA9. Grayscale: #A2A2A2. Windows color (decimal): -32170 or 5669631. OLE color: 5669631.
HSL color Cylindrical-coordinate representation of color #FF8256: hue angle of 15.62º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF8256 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 86 | - |
| CMYK | 0 | 0.49 | 0.66 | 0 |
| HSL | 15.62º | 1% | 0.67% | - |
| HSV(B) | 15.62º | 0.66% | 1% | - |
| XYZ | 50.9 | 37.9 | 13.44 | - |
| YUV | 162.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 86 | 0 | 0.49 | 0.66 | 0 | 15.62 | 1 | 0.67 |
| Hex | FF | 82 | 56 | 0 | 31 | 42 | 0 | 10 | 64 | 43 |
| Octal | 377 | 202 | 126 | 0 | 61 | 102 | 0 | 20 | 144 | 103 |
| Binary | 11111111 | 10000010 | 1010110 | 0 | 110001 | 1000010 | 0 | 10000 | 1100100 | 1000011 |
Color Harmonies of #FF8256
Complementary color
Monochromatic Colors of #FF8256
Black with #FF8256
Text Example
Text Example
White with #FF8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8256; }
p { color: rgb(255,130,86); }
H1.HeaderClassName
{
color: #FF8256;
}
.AnyTagClassName
{
color: #FF8256;
}
</style>
background-color css
<style>
a { background-color: #FF8256; }
a { background-color: rgb(255,130,86); }
div.DivClassName
{
background-color: #FF8256;
}
.BgClassName
{
background-color: #FF8256;
}
</style>
border-color css
<style>
span { border-color: #FF8256; }
span { border-color: rgb(255,130,86); }
td.TdClassName
{
border-color: #FF8256;
}
.TagClassName
{
border-color: #FF8256;
}
</style>