Shades of Peach-Orange #FEC08D
Tints of Peach-Orange #FEC08D
RGB
CMYK
RGB Variations
Color information
#FEC08D (or 0xFEC08D) is known color: Peach-Orange. HEX triplet: FE, C0 and 8D. RGB value is (254,192,141). Sum of RGB (Red+Green+Blue) = 254+192+141=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC08D is #013F72. Grayscale: #CCCCCC. Windows color (decimal): -81779 or 9289982. OLE color: 9289982.
HSL color Cylindrical-coordinate representation of color #FEC08D: hue angle of 27.08º 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 #FEC08D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 141 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.00 |
| HSL | 27.08º | 0.98% | 0.77% | - |
| HSV(B) | 27.08º | 0.44% | 1% | - |
| XYZ | 64.53 | 60.69 | 33.51 | - |
| YUV | 204.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 141 | 0 | 0.24 | 0.44 | 0.00 | 27.08 | 0.98 | 0.77 |
| Hex | FE | C0 | 8D | 0 | 18 | 2C | 0 | 1B | 62 | 4D |
| Octal | 376 | 300 | 215 | 0 | 30 | 54 | 0 | 33 | 142 | 115 |
| Binary | 11111110 | 11000000 | 10001101 | 0 | 11000 | 101100 | 0 | 11011 | 1100010 | 1001101 |
Color Harmonies of #FEC08D
Complementary color
Monochromatic Colors of #FEC08D
Black with #FEC08D
Text Example
Text Example
White with #FEC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC08D; }
p { color: rgb(254,192,141); }
H1.HeaderClassName
{
color: #FEC08D;
}
.AnyTagClassName
{
color: #FEC08D;
}
</style>
background-color css
<style>
a { background-color: #FEC08D; }
a { background-color: rgb(254,192,141); }
div.DivClassName
{
background-color: #FEC08D;
}
.BgClassName
{
background-color: #FEC08D;
}
</style>
border-color css
<style>
span { border-color: #FEC08D; }
span { border-color: rgb(254,192,141); }
td.TdClassName
{
border-color: #FEC08D;
}
.TagClassName
{
border-color: #FEC08D;
}
</style>