Shades of Peach-Orange #FEC290
Tints of Peach-Orange #FEC290
RGB
CMYK
RGB Variations
Color information
#FEC290 (or 0xFEC290) is known color: Peach-Orange. HEX triplet: FE, C2 and 90. RGB value is (254,194,144). Sum of RGB (Red+Green+Blue) = 254+194+144=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC290 is #013D6F. Grayscale: #CECECE. Windows color (decimal): -81264 or 9487102. OLE color: 9487102.
HSL color Cylindrical-coordinate representation of color #FEC290: hue angle of 27.27º 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 #FEC290 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 144 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.00 |
| HSL | 27.27º | 0.98% | 0.78% | - |
| HSV(B) | 27.27º | 0.43% | 1% | - |
| XYZ | 65.2 | 61.67 | 34.85 | - |
| YUV | 206.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 144 | 0 | 0.24 | 0.43 | 0.00 | 27.27 | 0.98 | 0.78 |
| Hex | FE | C2 | 90 | 0 | 18 | 2B | 0 | 1B | 62 | 4E |
| Octal | 376 | 302 | 220 | 0 | 30 | 53 | 0 | 33 | 142 | 116 |
| Binary | 11111110 | 11000010 | 10010000 | 0 | 11000 | 101011 | 0 | 11011 | 1100010 | 1001110 |
Color Harmonies of #FEC290
Complementary color
Monochromatic Colors of #FEC290
Black with #FEC290
Text Example
Text Example
White with #FEC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC290; }
p { color: rgb(254,194,144); }
H1.HeaderClassName
{
color: #FEC290;
}
.AnyTagClassName
{
color: #FEC290;
}
</style>
background-color css
<style>
a { background-color: #FEC290; }
a { background-color: rgb(254,194,144); }
div.DivClassName
{
background-color: #FEC290;
}
.BgClassName
{
background-color: #FEC290;
}
</style>
border-color css
<style>
span { border-color: #FEC290; }
span { border-color: rgb(254,194,144); }
td.TdClassName
{
border-color: #FEC290;
}
.TagClassName
{
border-color: #FEC290;
}
</style>