Shades of Coral #FE8640
Tints of Coral #FE8640
RGB
CMYK
RGB Variations
Color information
#FE8640 (or 0xFE8640) is known color: Coral. HEX triplet: FE, 86 and 40. RGB value is (254,134,64). Sum of RGB (Red+Green+Blue) = 254+134+64=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8640 is #0179BF. Grayscale: #A2A2A2. Windows color (decimal): -96704 or 4228862. OLE color: 4228862.
HSL color Cylindrical-coordinate representation of color #FE8640: hue angle of 22.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE8640 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 64 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.00 |
| HSL | 22.11º | 0.99% | 0.62% | - |
| HSV(B) | 22.11º | 0.75% | 1% | - |
| XYZ | 50.32 | 38.49 | 9.63 | - |
| YUV | 161.9 | 72.76 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 64 | 0 | 0.47 | 0.75 | 0.00 | 22.11 | 0.99 | 0.62 |
| Hex | FE | 86 | 40 | 0 | 2F | 4B | 0 | 16 | 63 | 3E |
| Octal | 376 | 206 | 100 | 0 | 57 | 113 | 0 | 26 | 143 | 76 |
| Binary | 11111110 | 10000110 | 1000000 | 0 | 101111 | 1001011 | 0 | 10110 | 1100011 | 111110 |
Color Harmonies of #FE8640
Complementary color
Monochromatic Colors of #FE8640
Black with #FE8640
Text Example
Text Example
White with #FE8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8640; }
p { color: rgb(254,134,64); }
H1.HeaderClassName
{
color: #FE8640;
}
.AnyTagClassName
{
color: #FE8640;
}
</style>
background-color css
<style>
a { background-color: #FE8640; }
a { background-color: rgb(254,134,64); }
div.DivClassName
{
background-color: #FE8640;
}
.BgClassName
{
background-color: #FE8640;
}
</style>
border-color css
<style>
span { border-color: #FE8640; }
span { border-color: rgb(254,134,64); }
td.TdClassName
{
border-color: #FE8640;
}
.TagClassName
{
border-color: #FE8640;
}
</style>