Shades of Coral #FE8142
Tints of Coral #FE8142
RGB
CMYK
RGB Variations
Color information
#FE8142 (or 0xFE8142) is known color: Coral. HEX triplet: FE, 81 and 42. RGB value is (254,129,66). Sum of RGB (Red+Green+Blue) = 254+129+66=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8142 is #017EBD. Grayscale: #9F9F9F. Windows color (decimal): -97982 or 4358654. OLE color: 4358654.
HSL color Cylindrical-coordinate representation of color #FE8142: hue angle of 20.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE8142 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 66 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.00 |
| HSL | 20.11º | 0.99% | 0.63% | - |
| HSV(B) | 20.11º | 0.74% | 1% | - |
| XYZ | 49.71 | 37.16 | 9.71 | - |
| YUV | 159.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 66 | 0 | 0.49 | 0.74 | 0.00 | 20.11 | 0.99 | 0.63 |
| Hex | FE | 81 | 42 | 0 | 31 | 4A | 0 | 14 | 63 | 3F |
| Octal | 376 | 201 | 102 | 0 | 61 | 112 | 0 | 24 | 143 | 77 |
| Binary | 11111110 | 10000001 | 1000010 | 0 | 110001 | 1001010 | 0 | 10100 | 1100011 | 111111 |
Color Harmonies of #FE8142
Complementary color
Monochromatic Colors of #FE8142
Black with #FE8142
Text Example
Text Example
White with #FE8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8142; }
p { color: rgb(254,129,66); }
H1.HeaderClassName
{
color: #FE8142;
}
.AnyTagClassName
{
color: #FE8142;
}
</style>
background-color css
<style>
a { background-color: #FE8142; }
a { background-color: rgb(254,129,66); }
div.DivClassName
{
background-color: #FE8142;
}
.BgClassName
{
background-color: #FE8142;
}
</style>
border-color css
<style>
span { border-color: #FE8142; }
span { border-color: rgb(254,129,66); }
td.TdClassName
{
border-color: #FE8142;
}
.TagClassName
{
border-color: #FE8142;
}
</style>