Shades of Peach-Orange #FEC89A
Tints of Peach-Orange #FEC89A
RGB
CMYK
RGB Variations
Color information
#FEC89A (or 0xFEC89A) is known color: Peach-Orange. HEX triplet: FE, C8 and 9A. RGB value is (254,200,154). Sum of RGB (Red+Green+Blue) = 254+200+154=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC89A is #013765. Grayscale: #D3D3D3. Windows color (decimal): -79718 or 10143998. OLE color: 10143998.
HSL color Cylindrical-coordinate representation of color #FEC89A: hue angle of 27.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEC89A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 154 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.00 |
| HSL | 27.6º | 0.98% | 0.8% | - |
| HSV(B) | 27.6º | 0.39% | 1% | - |
| XYZ | 67.36 | 64.71 | 39.51 | - |
| YUV | 210.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 154 | 0 | 0.21 | 0.39 | 0.00 | 27.6 | 0.98 | 0.8 |
| Hex | FE | C8 | 9A | 0 | 15 | 27 | 0 | 1C | 62 | 50 |
| Octal | 376 | 310 | 232 | 0 | 25 | 47 | 0 | 34 | 142 | 120 |
| Binary | 11111110 | 11001000 | 10011010 | 0 | 10101 | 100111 | 0 | 11100 | 1100010 | 1010000 |
Color Harmonies of #FEC89A
Complementary color
Monochromatic Colors of #FEC89A
Black with #FEC89A
Text Example
Text Example
White with #FEC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC89A; }
p { color: rgb(254,200,154); }
H1.HeaderClassName
{
color: #FEC89A;
}
.AnyTagClassName
{
color: #FEC89A;
}
</style>
background-color css
<style>
a { background-color: #FEC89A; }
a { background-color: rgb(254,200,154); }
div.DivClassName
{
background-color: #FEC89A;
}
.BgClassName
{
background-color: #FEC89A;
}
</style>
border-color css
<style>
span { border-color: #FEC89A; }
span { border-color: rgb(254,200,154); }
td.TdClassName
{
border-color: #FEC89A;
}
.TagClassName
{
border-color: #FEC89A;
}
</style>