Shades of Coral #FF8261
Tints of Coral #FF8261
RGB
CMYK
RGB Variations
Color information
#FF8261 (or 0xFF8261) is known color: Coral. HEX triplet: FF, 82 and 61. RGB value is (255,130,97). Sum of RGB (Red+Green+Blue) = 255+130+97=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8261 is #007D9E. Grayscale: #A3A3A3. Windows color (decimal): -32159 or 6390527. OLE color: 6390527.
HSL color Cylindrical-coordinate representation of color #FF8261: hue angle of 12.53º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8261 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 97 | - |
| CMYK | 0 | 0.49 | 0.62 | 0 |
| HSL | 12.53º | 1% | 0.69% | - |
| HSV(B) | 12.53º | 0.62% | 1% | - |
| XYZ | 51.38 | 38.09 | 15.95 | - |
| YUV | 163.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 97 | 0 | 0.49 | 0.62 | 0 | 12.53 | 1 | 0.69 |
| Hex | FF | 82 | 61 | 0 | 31 | 3E | 0 | D | 64 | 45 |
| Octal | 377 | 202 | 141 | 0 | 61 | 76 | 0 | 15 | 144 | 105 |
| Binary | 11111111 | 10000010 | 1100001 | 0 | 110001 | 111110 | 0 | 1101 | 1100100 | 1000101 |
Color Harmonies of #FF8261
Complementary color
Monochromatic Colors of #FF8261
Black with #FF8261
Text Example
Text Example
White with #FF8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8261; }
p { color: rgb(255,130,97); }
H1.HeaderClassName
{
color: #FF8261;
}
.AnyTagClassName
{
color: #FF8261;
}
</style>
background-color css
<style>
a { background-color: #FF8261; }
a { background-color: rgb(255,130,97); }
div.DivClassName
{
background-color: #FF8261;
}
.BgClassName
{
background-color: #FF8261;
}
</style>
border-color css
<style>
span { border-color: #FF8261; }
span { border-color: rgb(255,130,97); }
td.TdClassName
{
border-color: #FF8261;
}
.TagClassName
{
border-color: #FF8261;
}
</style>