Shades of Peach-Orange #FEC790
Tints of Peach-Orange #FEC790
RGB
CMYK
RGB Variations
Color information
#FEC790 (or 0xFEC790) is known color: Peach-Orange. HEX triplet: FE, C7 and 90. RGB value is (254,199,144). Sum of RGB (Red+Green+Blue) = 254+199+144=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC790 is #01386F. Grayscale: #D1D1D1. Windows color (decimal): -79984 or 9488382. OLE color: 9488382.
HSL color Cylindrical-coordinate representation of color #FEC790: hue angle of 30º 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 #FEC790 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 144 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.00 |
| HSL | 30º | 0.98% | 0.78% | - |
| HSV(B) | 30º | 0.43% | 1% | - |
| XYZ | 66.33 | 63.93 | 35.23 | - |
| YUV | 209.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 144 | 0 | 0.22 | 0.43 | 0.00 | 30 | 0.98 | 0.78 |
| Hex | FE | C7 | 90 | 0 | 16 | 2B | 0 | 1E | 62 | 4E |
| Octal | 376 | 307 | 220 | 0 | 26 | 53 | 0 | 36 | 142 | 116 |
| Binary | 11111110 | 11000111 | 10010000 | 0 | 10110 | 101011 | 0 | 11110 | 1100010 | 1001110 |
Color Harmonies of #FEC790
Complementary color
Monochromatic Colors of #FEC790
Black with #FEC790
Text Example
Text Example
White with #FEC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC790; }
p { color: rgb(254,199,144); }
H1.HeaderClassName
{
color: #FEC790;
}
.AnyTagClassName
{
color: #FEC790;
}
</style>
background-color css
<style>
a { background-color: #FEC790; }
a { background-color: rgb(254,199,144); }
div.DivClassName
{
background-color: #FEC790;
}
.BgClassName
{
background-color: #FEC790;
}
</style>
border-color css
<style>
span { border-color: #FEC790; }
span { border-color: rgb(254,199,144); }
td.TdClassName
{
border-color: #FEC790;
}
.TagClassName
{
border-color: #FEC790;
}
</style>