Shades of Peach-Orange #FEC48D
Tints of Peach-Orange #FEC48D
RGB
CMYK
RGB Variations
Color information
#FEC48D (or 0xFEC48D) is known color: Peach-Orange. HEX triplet: FE, C4 and 8D. RGB value is (254,196,141). Sum of RGB (Red+Green+Blue) = 254+196+141=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC48D is #013B72. Grayscale: #CFCFCF. Windows color (decimal): -80755 or 9291006. OLE color: 9291006.
HSL color Cylindrical-coordinate representation of color #FEC48D: hue angle of 29.2º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC48D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 141 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.00 |
| HSL | 29.2º | 0.98% | 0.77% | - |
| HSV(B) | 29.2º | 0.44% | 1% | - |
| XYZ | 65.42 | 62.47 | 33.81 | - |
| YUV | 207.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 141 | 0 | 0.23 | 0.44 | 0.00 | 29.2 | 0.98 | 0.77 |
| Hex | FE | C4 | 8D | 0 | 17 | 2C | 0 | 1D | 62 | 4D |
| Octal | 376 | 304 | 215 | 0 | 27 | 54 | 0 | 35 | 142 | 115 |
| Binary | 11111110 | 11000100 | 10001101 | 0 | 10111 | 101100 | 0 | 11101 | 1100010 | 1001101 |
Color Harmonies of #FEC48D
Complementary color
Monochromatic Colors of #FEC48D
Black with #FEC48D
Text Example
Text Example
White with #FEC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC48D; }
p { color: rgb(254,196,141); }
H1.HeaderClassName
{
color: #FEC48D;
}
.AnyTagClassName
{
color: #FEC48D;
}
</style>
background-color css
<style>
a { background-color: #FEC48D; }
a { background-color: rgb(254,196,141); }
div.DivClassName
{
background-color: #FEC48D;
}
.BgClassName
{
background-color: #FEC48D;
}
</style>
border-color css
<style>
span { border-color: #FEC48D; }
span { border-color: rgb(254,196,141); }
td.TdClassName
{
border-color: #FEC48D;
}
.TagClassName
{
border-color: #FEC48D;
}
</style>