Shades of Coral #FE8462
Tints of Coral #FE8462
RGB
CMYK
RGB Variations
Color information
#FE8462 (or 0xFE8462) is known color: Coral. HEX triplet: FE, 84 and 62. RGB value is (254,132,98). Sum of RGB (Red+Green+Blue) = 254+132+98=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8462 is #017B9D. Grayscale: #A4A4A4. Windows color (decimal): -97182 or 6456574. OLE color: 6456574.
HSL color Cylindrical-coordinate representation of color #FE8462: hue angle of 13.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8462 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 98 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.00 |
| HSL | 13.08º | 0.99% | 0.69% | - |
| HSV(B) | 13.08º | 0.61% | 1% | - |
| XYZ | 51.33 | 38.46 | 16.27 | - |
| YUV | 164.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 98 | 0 | 0.48 | 0.61 | 0.00 | 13.08 | 0.99 | 0.69 |
| Hex | FE | 84 | 62 | 0 | 30 | 3D | 0 | D | 63 | 45 |
| Octal | 376 | 204 | 142 | 0 | 60 | 75 | 0 | 15 | 143 | 105 |
| Binary | 11111110 | 10000100 | 1100010 | 0 | 110000 | 111101 | 0 | 1101 | 1100011 | 1000101 |
Color Harmonies of #FE8462
Complementary color
Monochromatic Colors of #FE8462
Black with #FE8462
Text Example
Text Example
White with #FE8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8462; }
p { color: rgb(254,132,98); }
H1.HeaderClassName
{
color: #FE8462;
}
.AnyTagClassName
{
color: #FE8462;
}
</style>
background-color css
<style>
a { background-color: #FE8462; }
a { background-color: rgb(254,132,98); }
div.DivClassName
{
background-color: #FE8462;
}
.BgClassName
{
background-color: #FE8462;
}
</style>
border-color css
<style>
span { border-color: #FE8462; }
span { border-color: rgb(254,132,98); }
td.TdClassName
{
border-color: #FE8462;
}
.TagClassName
{
border-color: #FE8462;
}
</style>