Shades of Peach-Orange #FEC18C
Tints of Peach-Orange #FEC18C
RGB
CMYK
RGB Variations
Color information
#FEC18C (or 0xFEC18C) is known color: Peach-Orange. HEX triplet: FE, C1 and 8C. RGB value is (254,193,140). Sum of RGB (Red+Green+Blue) = 254+193+140=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC18C is #013E73. Grayscale: #CDCDCD. Windows color (decimal): -81524 or 9224702. OLE color: 9224702.
HSL color Cylindrical-coordinate representation of color #FEC18C: hue angle of 27.89º 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 #FEC18C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 140 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.00 |
| HSL | 27.89º | 0.98% | 0.77% | - |
| HSV(B) | 27.89º | 0.45% | 1% | - |
| XYZ | 64.68 | 61.1 | 33.2 | - |
| YUV | 205.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 140 | 0 | 0.24 | 0.45 | 0.00 | 27.89 | 0.98 | 0.77 |
| Hex | FE | C1 | 8C | 0 | 18 | 2D | 0 | 1C | 62 | 4D |
| Octal | 376 | 301 | 214 | 0 | 30 | 55 | 0 | 34 | 142 | 115 |
| Binary | 11111110 | 11000001 | 10001100 | 0 | 11000 | 101101 | 0 | 11100 | 1100010 | 1001101 |
Color Harmonies of #FEC18C
Complementary color
Monochromatic Colors of #FEC18C
Black with #FEC18C
Text Example
Text Example
White with #FEC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC18C; }
p { color: rgb(254,193,140); }
H1.HeaderClassName
{
color: #FEC18C;
}
.AnyTagClassName
{
color: #FEC18C;
}
</style>
background-color css
<style>
a { background-color: #FEC18C; }
a { background-color: rgb(254,193,140); }
div.DivClassName
{
background-color: #FEC18C;
}
.BgClassName
{
background-color: #FEC18C;
}
</style>
border-color css
<style>
span { border-color: #FEC18C; }
span { border-color: rgb(254,193,140); }
td.TdClassName
{
border-color: #FEC18C;
}
.TagClassName
{
border-color: #FEC18C;
}
</style>