Shades of Coral #FE8046
Tints of Coral #FE8046
RGB
CMYK
RGB Variations
Color information
#FE8046 (or 0xFE8046) is known color: Coral. HEX triplet: FE, 80 and 46. RGB value is (254,128,70). Sum of RGB (Red+Green+Blue) = 254+128+70=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8046 is #017FB9. Grayscale: #9F9F9F. Windows color (decimal): -98234 or 4620542. OLE color: 4620542.
HSL color Cylindrical-coordinate representation of color #FE8046: hue angle of 18.91º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE8046 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 70 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.00 |
| HSL | 18.91º | 0.99% | 0.64% | - |
| HSV(B) | 18.91º | 0.72% | 1% | - |
| XYZ | 49.7 | 36.95 | 10.31 | - |
| YUV | 159.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 70 | 0 | 0.50 | 0.72 | 0.00 | 18.91 | 0.99 | 0.64 |
| Hex | FE | 80 | 46 | 0 | 32 | 48 | 0 | 13 | 63 | 40 |
| Octal | 376 | 200 | 106 | 0 | 62 | 110 | 0 | 23 | 143 | 100 |
| Binary | 11111110 | 10000000 | 1000110 | 0 | 110010 | 1001000 | 0 | 10011 | 1100011 | 1000000 |
Color Harmonies of #FE8046
Complementary color
Monochromatic Colors of #FE8046
Black with #FE8046
Text Example
Text Example
White with #FE8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8046; }
p { color: rgb(254,128,70); }
H1.HeaderClassName
{
color: #FE8046;
}
.AnyTagClassName
{
color: #FE8046;
}
</style>
background-color css
<style>
a { background-color: #FE8046; }
a { background-color: rgb(254,128,70); }
div.DivClassName
{
background-color: #FE8046;
}
.BgClassName
{
background-color: #FE8046;
}
</style>
border-color css
<style>
span { border-color: #FE8046; }
span { border-color: rgb(254,128,70); }
td.TdClassName
{
border-color: #FE8046;
}
.TagClassName
{
border-color: #FE8046;
}
</style>