Shades of Peach-Orange #FEC28D
Tints of Peach-Orange #FEC28D
RGB
CMYK
RGB Variations
Color information
#FEC28D (or 0xFEC28D) is known color: Peach-Orange. HEX triplet: FE, C2 and 8D. RGB value is (254,194,141). Sum of RGB (Red+Green+Blue) = 254+194+141=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC28D is #013D72. Grayscale: #CECECE. Windows color (decimal): -81267 or 9290494. OLE color: 9290494.
HSL color Cylindrical-coordinate representation of color #FEC28D: hue angle of 28.14º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC28D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 141 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.00 |
| HSL | 28.14º | 0.98% | 0.77% | - |
| HSV(B) | 28.14º | 0.44% | 1% | - |
| XYZ | 64.97 | 61.58 | 33.66 | - |
| YUV | 205.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 141 | 0 | 0.24 | 0.44 | 0.00 | 28.14 | 0.98 | 0.77 |
| Hex | FE | C2 | 8D | 0 | 18 | 2C | 0 | 1C | 62 | 4D |
| Octal | 376 | 302 | 215 | 0 | 30 | 54 | 0 | 34 | 142 | 115 |
| Binary | 11111110 | 11000010 | 10001101 | 0 | 11000 | 101100 | 0 | 11100 | 1100010 | 1001101 |
Color Harmonies of #FEC28D
Complementary color
Monochromatic Colors of #FEC28D
Black with #FEC28D
Text Example
Text Example
White with #FEC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC28D; }
p { color: rgb(254,194,141); }
H1.HeaderClassName
{
color: #FEC28D;
}
.AnyTagClassName
{
color: #FEC28D;
}
</style>
background-color css
<style>
a { background-color: #FEC28D; }
a { background-color: rgb(254,194,141); }
div.DivClassName
{
background-color: #FEC28D;
}
.BgClassName
{
background-color: #FEC28D;
}
</style>
border-color css
<style>
span { border-color: #FEC28D; }
span { border-color: rgb(254,194,141); }
td.TdClassName
{
border-color: #FEC28D;
}
.TagClassName
{
border-color: #FEC28D;
}
</style>