Shades of Peach-Orange #FEC990
Tints of Peach-Orange #FEC990
RGB
CMYK
RGB Variations
Color information
#FEC990 (or 0xFEC990) is known color: Peach-Orange. HEX triplet: FE, C9 and 90. RGB value is (254,201,144). Sum of RGB (Red+Green+Blue) = 254+201+144=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC990 is #01366F. Grayscale: #D2D2D2. Windows color (decimal): -79472 or 9488894. OLE color: 9488894.
HSL color Cylindrical-coordinate representation of color #FEC990: hue angle of 31.09º 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 #FEC990 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 144 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.00 |
| HSL | 31.09º | 0.98% | 0.78% | - |
| HSV(B) | 31.09º | 0.43% | 1% | - |
| XYZ | 66.79 | 64.86 | 35.38 | - |
| YUV | 210.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 144 | 0 | 0.21 | 0.43 | 0.00 | 31.09 | 0.98 | 0.78 |
| Hex | FE | C9 | 90 | 0 | 15 | 2B | 0 | 1F | 62 | 4E |
| Octal | 376 | 311 | 220 | 0 | 25 | 53 | 0 | 37 | 142 | 116 |
| Binary | 11111110 | 11001001 | 10010000 | 0 | 10101 | 101011 | 0 | 11111 | 1100010 | 1001110 |
Color Harmonies of #FEC990
Complementary color
Monochromatic Colors of #FEC990
Black with #FEC990
Text Example
Text Example
White with #FEC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC990; }
p { color: rgb(254,201,144); }
H1.HeaderClassName
{
color: #FEC990;
}
.AnyTagClassName
{
color: #FEC990;
}
</style>
background-color css
<style>
a { background-color: #FEC990; }
a { background-color: rgb(254,201,144); }
div.DivClassName
{
background-color: #FEC990;
}
.BgClassName
{
background-color: #FEC990;
}
</style>
border-color css
<style>
span { border-color: #FEC990; }
span { border-color: rgb(254,201,144); }
td.TdClassName
{
border-color: #FEC990;
}
.TagClassName
{
border-color: #FEC990;
}
</style>