Shades of Peach-Orange #FEC689
Tints of Peach-Orange #FEC689
RGB
CMYK
RGB Variations
Color information
#FEC689 (or 0xFEC689) is known color: Peach-Orange. HEX triplet: FE, C6 and 89. RGB value is (254,198,137). Sum of RGB (Red+Green+Blue) = 254+198+137=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC689 is #013976. Grayscale: #D0D0D0. Windows color (decimal): -80247 or 9029374. OLE color: 9029374.
HSL color Cylindrical-coordinate representation of color #FEC689: hue angle of 31.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEC689 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 137 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.00 |
| HSL | 31.28º | 0.98% | 0.77% | - |
| HSV(B) | 31.28º | 0.46% | 1% | - |
| XYZ | 65.58 | 63.27 | 32.42 | - |
| YUV | 207.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 137 | 0 | 0.22 | 0.46 | 0.00 | 31.28 | 0.98 | 0.77 |
| Hex | FE | C6 | 89 | 0 | 16 | 2E | 0 | 1F | 62 | 4D |
| Octal | 376 | 306 | 211 | 0 | 26 | 56 | 0 | 37 | 142 | 115 |
| Binary | 11111110 | 11000110 | 10001001 | 0 | 10110 | 101110 | 0 | 11111 | 1100010 | 1001101 |
Color Harmonies of #FEC689
Complementary color
Monochromatic Colors of #FEC689
Black with #FEC689
Text Example
Text Example
White with #FEC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC689; }
p { color: rgb(254,198,137); }
H1.HeaderClassName
{
color: #FEC689;
}
.AnyTagClassName
{
color: #FEC689;
}
</style>
background-color css
<style>
a { background-color: #FEC689; }
a { background-color: rgb(254,198,137); }
div.DivClassName
{
background-color: #FEC689;
}
.BgClassName
{
background-color: #FEC689;
}
</style>
border-color css
<style>
span { border-color: #FEC689; }
span { border-color: rgb(254,198,137); }
td.TdClassName
{
border-color: #FEC689;
}
.TagClassName
{
border-color: #FEC689;
}
</style>