Shades of Peach-Orange #FEC993
Tints of Peach-Orange #FEC993
RGB
CMYK
RGB Variations
Color information
#FEC993 (or 0xFEC993) is known color: Peach-Orange. HEX triplet: FE, C9 and 93. RGB value is (254,201,147). Sum of RGB (Red+Green+Blue) = 254+201+147=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC993 is #01366C. Grayscale: #D2D2D2. Windows color (decimal): -79469 or 9685502. OLE color: 9685502.
HSL color Cylindrical-coordinate representation of color #FEC993: hue angle of 30.28º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEC993 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 147 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.00 |
| HSL | 30.28º | 0.98% | 0.79% | - |
| HSV(B) | 30.28º | 0.42% | 1% | - |
| XYZ | 67.03 | 64.95 | 36.61 | - |
| YUV | 210.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 147 | 0 | 0.21 | 0.42 | 0.00 | 30.28 | 0.98 | 0.79 |
| Hex | FE | C9 | 93 | 0 | 15 | 2A | 0 | 1E | 62 | 4F |
| Octal | 376 | 311 | 223 | 0 | 25 | 52 | 0 | 36 | 142 | 117 |
| Binary | 11111110 | 11001001 | 10010011 | 0 | 10101 | 101010 | 0 | 11110 | 1100010 | 1001111 |
Color Harmonies of #FEC993
Complementary color
Monochromatic Colors of #FEC993
Black with #FEC993
Text Example
Text Example
White with #FEC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC993; }
p { color: rgb(254,201,147); }
H1.HeaderClassName
{
color: #FEC993;
}
.AnyTagClassName
{
color: #FEC993;
}
</style>
background-color css
<style>
a { background-color: #FEC993; }
a { background-color: rgb(254,201,147); }
div.DivClassName
{
background-color: #FEC993;
}
.BgClassName
{
background-color: #FEC993;
}
</style>
border-color css
<style>
span { border-color: #FEC993; }
span { border-color: rgb(254,201,147); }
td.TdClassName
{
border-color: #FEC993;
}
.TagClassName
{
border-color: #FEC993;
}
</style>