Shades of Coral #FE8042
Tints of Coral #FE8042
RGB
CMYK
RGB Variations
Color information
#FE8042 (or 0xFE8042) is known color: Coral. HEX triplet: FE, 80 and 42. RGB value is (254,128,66). Sum of RGB (Red+Green+Blue) = 254+128+66=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8042 is #017FBD. Grayscale: #9E9E9E. Windows color (decimal): -98238 or 4358398. OLE color: 4358398.
HSL color Cylindrical-coordinate representation of color #FE8042: hue angle of 19.79º 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 #FE8042 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 66 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.00 |
| HSL | 19.79º | 0.99% | 0.63% | - |
| HSV(B) | 19.79º | 0.74% | 1% | - |
| XYZ | 49.58 | 36.9 | 9.66 | - |
| YUV | 158.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 66 | 0 | 0.50 | 0.74 | 0.00 | 19.79 | 0.99 | 0.63 |
| Hex | FE | 80 | 42 | 0 | 32 | 4A | 0 | 14 | 63 | 3F |
| Octal | 376 | 200 | 102 | 0 | 62 | 112 | 0 | 24 | 143 | 77 |
| Binary | 11111110 | 10000000 | 1000010 | 0 | 110010 | 1001010 | 0 | 10100 | 1100011 | 111111 |
Color Harmonies of #FE8042
Complementary color
Monochromatic Colors of #FE8042
Black with #FE8042
Text Example
Text Example
White with #FE8042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8042; }
p { color: rgb(254,128,66); }
H1.HeaderClassName
{
color: #FE8042;
}
.AnyTagClassName
{
color: #FE8042;
}
</style>
background-color css
<style>
a { background-color: #FE8042; }
a { background-color: rgb(254,128,66); }
div.DivClassName
{
background-color: #FE8042;
}
.BgClassName
{
background-color: #FE8042;
}
</style>
border-color css
<style>
span { border-color: #FE8042; }
span { border-color: rgb(254,128,66); }
td.TdClassName
{
border-color: #FE8042;
}
.TagClassName
{
border-color: #FE8042;
}
</style>