Shades of Coral #FE865C
Tints of Coral #FE865C
RGB
CMYK
RGB Variations
Color information
#FE865C (or 0xFE865C) is known color: Coral. HEX triplet: FE, 86 and 5C. RGB value is (254,134,92). Sum of RGB (Red+Green+Blue) = 254+134+92=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE865C is #0179A3. Grayscale: #A5A5A5. Windows color (decimal): -96676 or 6063870. OLE color: 6063870.
HSL color Cylindrical-coordinate representation of color #FE865C: hue angle of 15.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE865C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 92 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.00 |
| HSL | 15.56º | 0.99% | 0.68% | - |
| HSV(B) | 15.56º | 0.64% | 1% | - |
| XYZ | 51.33 | 38.89 | 14.93 | - |
| YUV | 165.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 92 | 0 | 0.47 | 0.64 | 0.00 | 15.56 | 0.99 | 0.68 |
| Hex | FE | 86 | 5C | 0 | 2F | 40 | 0 | 10 | 63 | 44 |
| Octal | 376 | 206 | 134 | 0 | 57 | 100 | 0 | 20 | 143 | 104 |
| Binary | 11111110 | 10000110 | 1011100 | 0 | 101111 | 1000000 | 0 | 10000 | 1100011 | 1000100 |
Color Harmonies of #FE865C
Complementary color
Monochromatic Colors of #FE865C
Black with #FE865C
Text Example
Text Example
White with #FE865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE865C; }
p { color: rgb(254,134,92); }
H1.HeaderClassName
{
color: #FE865C;
}
.AnyTagClassName
{
color: #FE865C;
}
</style>
background-color css
<style>
a { background-color: #FE865C; }
a { background-color: rgb(254,134,92); }
div.DivClassName
{
background-color: #FE865C;
}
.BgClassName
{
background-color: #FE865C;
}
</style>
border-color css
<style>
span { border-color: #FE865C; }
span { border-color: rgb(254,134,92); }
td.TdClassName
{
border-color: #FE865C;
}
.TagClassName
{
border-color: #FE865C;
}
</style>