Shades of Peach-Orange #FEC08C
Tints of Peach-Orange #FEC08C
RGB
CMYK
RGB Variations
Color information
#FEC08C (or 0xFEC08C) is known color: Peach-Orange. HEX triplet: FE, C0 and 8C. RGB value is (254,192,140). Sum of RGB (Red+Green+Blue) = 254+192+140=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC08C is #013F73. Grayscale: #CCCCCC. Windows color (decimal): -81780 or 9224446. OLE color: 9224446.
HSL color Cylindrical-coordinate representation of color #FEC08C: hue angle of 27.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEC08C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 140 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.00 |
| HSL | 27.37º | 0.98% | 0.77% | - |
| HSV(B) | 27.37º | 0.45% | 1% | - |
| XYZ | 64.46 | 60.66 | 33.12 | - |
| YUV | 204.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 140 | 0 | 0.24 | 0.45 | 0.00 | 27.37 | 0.98 | 0.77 |
| Hex | FE | C0 | 8C | 0 | 18 | 2D | 0 | 1B | 62 | 4D |
| Octal | 376 | 300 | 214 | 0 | 30 | 55 | 0 | 33 | 142 | 115 |
| Binary | 11111110 | 11000000 | 10001100 | 0 | 11000 | 101101 | 0 | 11011 | 1100010 | 1001101 |
Color Harmonies of #FEC08C
Complementary color
Monochromatic Colors of #FEC08C
Black with #FEC08C
Text Example
Text Example
White with #FEC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC08C; }
p { color: rgb(254,192,140); }
H1.HeaderClassName
{
color: #FEC08C;
}
.AnyTagClassName
{
color: #FEC08C;
}
</style>
background-color css
<style>
a { background-color: #FEC08C; }
a { background-color: rgb(254,192,140); }
div.DivClassName
{
background-color: #FEC08C;
}
.BgClassName
{
background-color: #FEC08C;
}
</style>
border-color css
<style>
span { border-color: #FEC08C; }
span { border-color: rgb(254,192,140); }
td.TdClassName
{
border-color: #FEC08C;
}
.TagClassName
{
border-color: #FEC08C;
}
</style>