Shades of Coral #FF8251
Tints of Coral #FF8251
RGB
CMYK
RGB Variations
Color information
#FF8251 (or 0xFF8251) is known color: Coral. HEX triplet: FF, 82 and 51. RGB value is (255,130,81). Sum of RGB (Red+Green+Blue) = 255+130+81=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8251 is #007DAE. Grayscale: #A2A2A2. Windows color (decimal): -32175 or 5341951. OLE color: 5341951.
HSL color Cylindrical-coordinate representation of color #FF8251: hue angle of 16.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF8251 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 81 | - |
| CMYK | 0 | 0.49 | 0.68 | 0 |
| HSL | 16.9º | 1% | 0.66% | - |
| HSV(B) | 16.9º | 0.68% | 1% | - |
| XYZ | 50.71 | 37.82 | 12.41 | - |
| YUV | 161.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 81 | 0 | 0.49 | 0.68 | 0 | 16.9 | 1 | 0.66 |
| Hex | FF | 82 | 51 | 0 | 31 | 44 | 0 | 11 | 64 | 42 |
| Octal | 377 | 202 | 121 | 0 | 61 | 104 | 0 | 21 | 144 | 102 |
| Binary | 11111111 | 10000010 | 1010001 | 0 | 110001 | 1000100 | 0 | 10001 | 1100100 | 1000010 |
Color Harmonies of #FF8251
Complementary color
Monochromatic Colors of #FF8251
Black with #FF8251
Text Example
Text Example
White with #FF8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8251; }
p { color: rgb(255,130,81); }
H1.HeaderClassName
{
color: #FF8251;
}
.AnyTagClassName
{
color: #FF8251;
}
</style>
background-color css
<style>
a { background-color: #FF8251; }
a { background-color: rgb(255,130,81); }
div.DivClassName
{
background-color: #FF8251;
}
.BgClassName
{
background-color: #FF8251;
}
</style>
border-color css
<style>
span { border-color: #FF8251; }
span { border-color: rgb(255,130,81); }
td.TdClassName
{
border-color: #FF8251;
}
.TagClassName
{
border-color: #FF8251;
}
</style>