Shades of Coral #FE8261
Tints of Coral #FE8261
RGB
CMYK
RGB Variations
Color information
#FE8261 (or 0xFE8261) is known color: Coral. HEX triplet: FE, 82 and 61. RGB value is (254,130,97). Sum of RGB (Red+Green+Blue) = 254+130+97=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8261 is #017D9E. Grayscale: #A3A3A3. Windows color (decimal): -97695 or 6390526. OLE color: 6390526.
HSL color Cylindrical-coordinate representation of color #FE8261: hue angle of 12.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE8261 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 97 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.00 |
| HSL | 12.61º | 0.99% | 0.69% | - |
| HSV(B) | 12.61º | 0.62% | 1% | - |
| XYZ | 51.01 | 37.9 | 15.94 | - |
| YUV | 163.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 97 | 0 | 0.49 | 0.62 | 0.00 | 12.61 | 0.99 | 0.69 |
| Hex | FE | 82 | 61 | 0 | 31 | 3E | 0 | D | 63 | 45 |
| Octal | 376 | 202 | 141 | 0 | 61 | 76 | 0 | 15 | 143 | 105 |
| Binary | 11111110 | 10000010 | 1100001 | 0 | 110001 | 111110 | 0 | 1101 | 1100011 | 1000101 |
Color Harmonies of #FE8261
Complementary color
Monochromatic Colors of #FE8261
Black with #FE8261
Text Example
Text Example
White with #FE8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8261; }
p { color: rgb(254,130,97); }
H1.HeaderClassName
{
color: #FE8261;
}
.AnyTagClassName
{
color: #FE8261;
}
</style>
background-color css
<style>
a { background-color: #FE8261; }
a { background-color: rgb(254,130,97); }
div.DivClassName
{
background-color: #FE8261;
}
.BgClassName
{
background-color: #FE8261;
}
</style>
border-color css
<style>
span { border-color: #FE8261; }
span { border-color: rgb(254,130,97); }
td.TdClassName
{
border-color: #FE8261;
}
.TagClassName
{
border-color: #FE8261;
}
</style>