Shades of Peach-Orange #FEC692
Tints of Peach-Orange #FEC692
RGB
CMYK
RGB Variations
Color information
#FEC692 (or 0xFEC692) is known color: Peach-Orange. HEX triplet: FE, C6 and 92. RGB value is (254,198,146). Sum of RGB (Red+Green+Blue) = 254+198+146=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC692 is #01396D. Grayscale: #D1D1D1. Windows color (decimal): -80238 or 9619198. OLE color: 9619198.
HSL color Cylindrical-coordinate representation of color #FEC692: hue angle of 28.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEC692 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 146 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.00 |
| HSL | 28.89º | 0.98% | 0.78% | - |
| HSV(B) | 28.89º | 0.43% | 1% | - |
| XYZ | 66.26 | 63.53 | 35.97 | - |
| YUV | 208.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 146 | 0 | 0.22 | 0.43 | 0.00 | 28.89 | 0.98 | 0.78 |
| Hex | FE | C6 | 92 | 0 | 16 | 2B | 0 | 1D | 62 | 4E |
| Octal | 376 | 306 | 222 | 0 | 26 | 53 | 0 | 35 | 142 | 116 |
| Binary | 11111110 | 11000110 | 10010010 | 0 | 10110 | 101011 | 0 | 11101 | 1100010 | 1001110 |
Color Harmonies of #FEC692
Complementary color
Monochromatic Colors of #FEC692
Black with #FEC692
Text Example
Text Example
White with #FEC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC692; }
p { color: rgb(254,198,146); }
H1.HeaderClassName
{
color: #FEC692;
}
.AnyTagClassName
{
color: #FEC692;
}
</style>
background-color css
<style>
a { background-color: #FEC692; }
a { background-color: rgb(254,198,146); }
div.DivClassName
{
background-color: #FEC692;
}
.BgClassName
{
background-color: #FEC692;
}
</style>
border-color css
<style>
span { border-color: #FEC692; }
span { border-color: rgb(254,198,146); }
td.TdClassName
{
border-color: #FEC692;
}
.TagClassName
{
border-color: #FEC692;
}
</style>