Shades of Peach-Orange #FEC390
Tints of Peach-Orange #FEC390
RGB
CMYK
RGB Variations
Color information
#FEC390 (or 0xFEC390) is known color: Peach-Orange. HEX triplet: FE, C3 and 90. RGB value is (254,195,144). Sum of RGB (Red+Green+Blue) = 254+195+144=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC390 is #013C6F. Grayscale: #CFCFCF. Windows color (decimal): -81008 or 9487358. OLE color: 9487358.
HSL color Cylindrical-coordinate representation of color #FEC390: hue angle of 27.82º 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 #FEC390 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 144 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.00 |
| HSL | 27.82º | 0.98% | 0.78% | - |
| HSV(B) | 27.82º | 0.43% | 1% | - |
| XYZ | 65.42 | 62.11 | 34.93 | - |
| YUV | 206.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 144 | 0 | 0.23 | 0.43 | 0.00 | 27.82 | 0.98 | 0.78 |
| Hex | FE | C3 | 90 | 0 | 17 | 2B | 0 | 1C | 62 | 4E |
| Octal | 376 | 303 | 220 | 0 | 27 | 53 | 0 | 34 | 142 | 116 |
| Binary | 11111110 | 11000011 | 10010000 | 0 | 10111 | 101011 | 0 | 11100 | 1100010 | 1001110 |
Color Harmonies of #FEC390
Complementary color
Monochromatic Colors of #FEC390
Black with #FEC390
Text Example
Text Example
White with #FEC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC390; }
p { color: rgb(254,195,144); }
H1.HeaderClassName
{
color: #FEC390;
}
.AnyTagClassName
{
color: #FEC390;
}
</style>
background-color css
<style>
a { background-color: #FEC390; }
a { background-color: rgb(254,195,144); }
div.DivClassName
{
background-color: #FEC390;
}
.BgClassName
{
background-color: #FEC390;
}
</style>
border-color css
<style>
span { border-color: #FEC390; }
span { border-color: rgb(254,195,144); }
td.TdClassName
{
border-color: #FEC390;
}
.TagClassName
{
border-color: #FEC390;
}
</style>