Shades of Peach-Orange #FEC291
Tints of Peach-Orange #FEC291
RGB
CMYK
RGB Variations
Color information
#FEC291 (or 0xFEC291) is known color: Peach-Orange. HEX triplet: FE, C2 and 91. RGB value is (254,194,145). Sum of RGB (Red+Green+Blue) = 254+194+145=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC291 is #013D6E. Grayscale: #CECECE. Windows color (decimal): -81263 or 9552638. OLE color: 9552638.
HSL color Cylindrical-coordinate representation of color #FEC291: hue angle of 26.97º 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 #FEC291 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 145 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.00 |
| HSL | 26.97º | 0.98% | 0.78% | - |
| HSV(B) | 26.97º | 0.43% | 1% | - |
| XYZ | 65.28 | 61.7 | 35.26 | - |
| YUV | 206.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 145 | 0 | 0.24 | 0.43 | 0.00 | 26.97 | 0.98 | 0.78 |
| Hex | FE | C2 | 91 | 0 | 18 | 2B | 0 | 1B | 62 | 4E |
| Octal | 376 | 302 | 221 | 0 | 30 | 53 | 0 | 33 | 142 | 116 |
| Binary | 11111110 | 11000010 | 10010001 | 0 | 11000 | 101011 | 0 | 11011 | 1100010 | 1001110 |
Color Harmonies of #FEC291
Complementary color
Monochromatic Colors of #FEC291
Black with #FEC291
Text Example
Text Example
White with #FEC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC291; }
p { color: rgb(254,194,145); }
H1.HeaderClassName
{
color: #FEC291;
}
.AnyTagClassName
{
color: #FEC291;
}
</style>
background-color css
<style>
a { background-color: #FEC291; }
a { background-color: rgb(254,194,145); }
div.DivClassName
{
background-color: #FEC291;
}
.BgClassName
{
background-color: #FEC291;
}
</style>
border-color css
<style>
span { border-color: #FEC291; }
span { border-color: rgb(254,194,145); }
td.TdClassName
{
border-color: #FEC291;
}
.TagClassName
{
border-color: #FEC291;
}
</style>