Shades of Peach-Orange #FEC190
Tints of Peach-Orange #FEC190
RGB
CMYK
RGB Variations
Color information
#FEC190 (or 0xFEC190) is known color: Peach-Orange. HEX triplet: FE, C1 and 90. RGB value is (254,193,144). Sum of RGB (Red+Green+Blue) = 254+193+144=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC190 is #013E6F. Grayscale: #CDCDCD. Windows color (decimal): -81520 or 9486846. OLE color: 9486846.
HSL color Cylindrical-coordinate representation of color #FEC190: hue angle of 26.73º 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 #FEC190 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 144 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.00 |
| HSL | 26.73º | 0.98% | 0.78% | - |
| HSV(B) | 26.73º | 0.43% | 1% | - |
| XYZ | 64.98 | 61.22 | 34.78 | - |
| YUV | 205.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 144 | 0 | 0.24 | 0.43 | 0.00 | 26.73 | 0.98 | 0.78 |
| Hex | FE | C1 | 90 | 0 | 18 | 2B | 0 | 1B | 62 | 4E |
| Octal | 376 | 301 | 220 | 0 | 30 | 53 | 0 | 33 | 142 | 116 |
| Binary | 11111110 | 11000001 | 10010000 | 0 | 11000 | 101011 | 0 | 11011 | 1100010 | 1001110 |
Color Harmonies of #FEC190
Complementary color
Monochromatic Colors of #FEC190
Black with #FEC190
Text Example
Text Example
White with #FEC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC190; }
p { color: rgb(254,193,144); }
H1.HeaderClassName
{
color: #FEC190;
}
.AnyTagClassName
{
color: #FEC190;
}
</style>
background-color css
<style>
a { background-color: #FEC190; }
a { background-color: rgb(254,193,144); }
div.DivClassName
{
background-color: #FEC190;
}
.BgClassName
{
background-color: #FEC190;
}
</style>
border-color css
<style>
span { border-color: #FEC190; }
span { border-color: rgb(254,193,144); }
td.TdClassName
{
border-color: #FEC190;
}
.TagClassName
{
border-color: #FEC190;
}
</style>