Shades of Coral #FE8260
Tints of Coral #FE8260
RGB
CMYK
RGB Variations
Color information
#FE8260 (or 0xFE8260) is known color: Coral. HEX triplet: FE, 82 and 60. RGB value is (254,130,96). Sum of RGB (Red+Green+Blue) = 254+130+96=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8260 is #017D9F. Grayscale: #A3A3A3. Windows color (decimal): -97696 or 6324990. OLE color: 6324990.
HSL color Cylindrical-coordinate representation of color #FE8260: hue angle of 12.91º 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 #FE8260 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 96 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.00 |
| HSL | 12.91º | 0.99% | 0.69% | - |
| HSV(B) | 12.91º | 0.62% | 1% | - |
| XYZ | 50.97 | 37.88 | 15.69 | - |
| YUV | 163.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 96 | 0 | 0.49 | 0.62 | 0.00 | 12.91 | 0.99 | 0.69 |
| Hex | FE | 82 | 60 | 0 | 31 | 3E | 0 | D | 63 | 45 |
| Octal | 376 | 202 | 140 | 0 | 61 | 76 | 0 | 15 | 143 | 105 |
| Binary | 11111110 | 10000010 | 1100000 | 0 | 110001 | 111110 | 0 | 1101 | 1100011 | 1000101 |
Color Harmonies of #FE8260
Complementary color
Monochromatic Colors of #FE8260
Black with #FE8260
Text Example
Text Example
White with #FE8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8260; }
p { color: rgb(254,130,96); }
H1.HeaderClassName
{
color: #FE8260;
}
.AnyTagClassName
{
color: #FE8260;
}
</style>
background-color css
<style>
a { background-color: #FE8260; }
a { background-color: rgb(254,130,96); }
div.DivClassName
{
background-color: #FE8260;
}
.BgClassName
{
background-color: #FE8260;
}
</style>
border-color css
<style>
span { border-color: #FE8260; }
span { border-color: rgb(254,130,96); }
td.TdClassName
{
border-color: #FE8260;
}
.TagClassName
{
border-color: #FE8260;
}
</style>