Shades of Coral #FE8760
Tints of Coral #FE8760
RGB
CMYK
RGB Variations
Color information
#FE8760 (or 0xFE8760) is known color: Coral. HEX triplet: FE, 87 and 60. RGB value is (254,135,96). Sum of RGB (Red+Green+Blue) = 254+135+96=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8760 is #01789F. Grayscale: #A6A6A6. Windows color (decimal): -96416 or 6326270. OLE color: 6326270.
HSL color Cylindrical-coordinate representation of color #FE8760: hue angle of 14.81º 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 #FE8760 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 96 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.00 |
| HSL | 14.81º | 0.99% | 0.69% | - |
| HSV(B) | 14.81º | 0.62% | 1% | - |
| XYZ | 51.65 | 39.24 | 15.92 | - |
| YUV | 166.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 96 | 0 | 0.47 | 0.62 | 0.00 | 14.81 | 0.99 | 0.69 |
| Hex | FE | 87 | 60 | 0 | 2F | 3E | 0 | F | 63 | 45 |
| Octal | 376 | 207 | 140 | 0 | 57 | 76 | 0 | 17 | 143 | 105 |
| Binary | 11111110 | 10000111 | 1100000 | 0 | 101111 | 111110 | 0 | 1111 | 1100011 | 1000101 |
Color Harmonies of #FE8760
Complementary color
Monochromatic Colors of #FE8760
Black with #FE8760
Text Example
Text Example
White with #FE8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8760; }
p { color: rgb(254,135,96); }
H1.HeaderClassName
{
color: #FE8760;
}
.AnyTagClassName
{
color: #FE8760;
}
</style>
background-color css
<style>
a { background-color: #FE8760; }
a { background-color: rgb(254,135,96); }
div.DivClassName
{
background-color: #FE8760;
}
.BgClassName
{
background-color: #FE8760;
}
</style>
border-color css
<style>
span { border-color: #FE8760; }
span { border-color: rgb(254,135,96); }
td.TdClassName
{
border-color: #FE8760;
}
.TagClassName
{
border-color: #FE8760;
}
</style>