Shades of Coral #FE845C
Tints of Coral #FE845C
RGB
CMYK
RGB Variations
Color information
#FE845C (or 0xFE845C) is known color: Coral. HEX triplet: FE, 84 and 5C. RGB value is (254,132,92). Sum of RGB (Red+Green+Blue) = 254+132+92=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE845C is #017BA3. Grayscale: #A4A4A4. Windows color (decimal): -97188 or 6063358. OLE color: 6063358.
HSL color Cylindrical-coordinate representation of color #FE845C: hue angle of 14.81º 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 #FE845C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 92 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.00 |
| HSL | 14.81º | 0.99% | 0.68% | - |
| HSV(B) | 14.81º | 0.64% | 1% | - |
| XYZ | 51.06 | 38.35 | 14.84 | - |
| YUV | 163.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 92 | 0 | 0.48 | 0.64 | 0.00 | 14.81 | 0.99 | 0.68 |
| Hex | FE | 84 | 5C | 0 | 30 | 40 | 0 | F | 63 | 44 |
| Octal | 376 | 204 | 134 | 0 | 60 | 100 | 0 | 17 | 143 | 104 |
| Binary | 11111110 | 10000100 | 1011100 | 0 | 110000 | 1000000 | 0 | 1111 | 1100011 | 1000100 |
Color Harmonies of #FE845C
Complementary color
Monochromatic Colors of #FE845C
Black with #FE845C
Text Example
Text Example
White with #FE845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE845C; }
p { color: rgb(254,132,92); }
H1.HeaderClassName
{
color: #FE845C;
}
.AnyTagClassName
{
color: #FE845C;
}
</style>
background-color css
<style>
a { background-color: #FE845C; }
a { background-color: rgb(254,132,92); }
div.DivClassName
{
background-color: #FE845C;
}
.BgClassName
{
background-color: #FE845C;
}
</style>
border-color css
<style>
span { border-color: #FE845C; }
span { border-color: rgb(254,132,92); }
td.TdClassName
{
border-color: #FE845C;
}
.TagClassName
{
border-color: #FE845C;
}
</style>