Shades of Coral #FE8145
Tints of Coral #FE8145
RGB
CMYK
RGB Variations
Color information
#FE8145 (or 0xFE8145) is known color: Coral. HEX triplet: FE, 81 and 45. RGB value is (254,129,69). Sum of RGB (Red+Green+Blue) = 254+129+69=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8145 is #017EBA. Grayscale: #9F9F9F. Windows color (decimal): -97979 or 4555262. OLE color: 4555262.
HSL color Cylindrical-coordinate representation of color #FE8145: hue angle of 19.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE8145 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.00 |
| HSL | 19.46º | 0.99% | 0.63% | - |
| HSV(B) | 19.46º | 0.73% | 1% | - |
| XYZ | 49.8 | 37.2 | 10.19 | - |
| YUV | 159.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 69 | 0 | 0.49 | 0.73 | 0.00 | 19.46 | 0.99 | 0.63 |
| Hex | FE | 81 | 45 | 0 | 31 | 49 | 0 | 13 | 63 | 3F |
| Octal | 376 | 201 | 105 | 0 | 61 | 111 | 0 | 23 | 143 | 77 |
| Binary | 11111110 | 10000001 | 1000101 | 0 | 110001 | 1001001 | 0 | 10011 | 1100011 | 111111 |
Color Harmonies of #FE8145
Complementary color
Monochromatic Colors of #FE8145
Black with #FE8145
Text Example
Text Example
White with #FE8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8145; }
p { color: rgb(254,129,69); }
H1.HeaderClassName
{
color: #FE8145;
}
.AnyTagClassName
{
color: #FE8145;
}
</style>
background-color css
<style>
a { background-color: #FE8145; }
a { background-color: rgb(254,129,69); }
div.DivClassName
{
background-color: #FE8145;
}
.BgClassName
{
background-color: #FE8145;
}
</style>
border-color css
<style>
span { border-color: #FE8145; }
span { border-color: rgb(254,129,69); }
td.TdClassName
{
border-color: #FE8145;
}
.TagClassName
{
border-color: #FE8145;
}
</style>