Shades of Coral #FE865A
Tints of Coral #FE865A
RGB
CMYK
RGB Variations
Color information
#FE865A (or 0xFE865A) is known color: Coral. HEX triplet: FE, 86 and 5A. RGB value is (254,134,90). Sum of RGB (Red+Green+Blue) = 254+134+90=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE865A is #0179A5. Grayscale: #A5A5A5. Windows color (decimal): -96678 or 5932798. OLE color: 5932798.
HSL color Cylindrical-coordinate representation of color #FE865A: hue angle of 16.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE865A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 90 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.00 |
| HSL | 16.1º | 0.99% | 0.67% | - |
| HSV(B) | 16.1º | 0.65% | 1% | - |
| XYZ | 51.24 | 38.86 | 14.47 | - |
| YUV | 164.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 90 | 0 | 0.47 | 0.65 | 0.00 | 16.1 | 0.99 | 0.67 |
| Hex | FE | 86 | 5A | 0 | 2F | 41 | 0 | 10 | 63 | 43 |
| Octal | 376 | 206 | 132 | 0 | 57 | 101 | 0 | 20 | 143 | 103 |
| Binary | 11111110 | 10000110 | 1011010 | 0 | 101111 | 1000001 | 0 | 10000 | 1100011 | 1000011 |
Color Harmonies of #FE865A
Complementary color
Monochromatic Colors of #FE865A
Black with #FE865A
Text Example
Text Example
White with #FE865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE865A; }
p { color: rgb(254,134,90); }
H1.HeaderClassName
{
color: #FE865A;
}
.AnyTagClassName
{
color: #FE865A;
}
</style>
background-color css
<style>
a { background-color: #FE865A; }
a { background-color: rgb(254,134,90); }
div.DivClassName
{
background-color: #FE865A;
}
.BgClassName
{
background-color: #FE865A;
}
</style>
border-color css
<style>
span { border-color: #FE865A; }
span { border-color: rgb(254,134,90); }
td.TdClassName
{
border-color: #FE865A;
}
.TagClassName
{
border-color: #FE865A;
}
</style>