Shades of Peach-Orange #FEC98D
Tints of Peach-Orange #FEC98D
RGB
CMYK
RGB Variations
Color information
#FEC98D (or 0xFEC98D) is known color: Peach-Orange. HEX triplet: FE, C9 and 8D. RGB value is (254,201,141). Sum of RGB (Red+Green+Blue) = 254+201+141=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98D is #013672. Grayscale: #D2D2D2. Windows color (decimal): -79475 or 9292286. OLE color: 9292286.
HSL color Cylindrical-coordinate representation of color #FEC98D: hue angle of 31.86º 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 #FEC98D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 141 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.00 |
| HSL | 31.86º | 0.98% | 0.77% | - |
| HSV(B) | 31.86º | 0.44% | 1% | - |
| XYZ | 66.57 | 64.77 | 34.19 | - |
| YUV | 210.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 141 | 0 | 0.21 | 0.44 | 0.00 | 31.86 | 0.98 | 0.77 |
| Hex | FE | C9 | 8D | 0 | 15 | 2C | 0 | 20 | 62 | 4D |
| Octal | 376 | 311 | 215 | 0 | 25 | 54 | 0 | 40 | 142 | 115 |
| Binary | 11111110 | 11001001 | 10001101 | 0 | 10101 | 101100 | 0 | 100000 | 1100010 | 1001101 |
Color Harmonies of #FEC98D
Complementary color
Monochromatic Colors of #FEC98D
Black with #FEC98D
Text Example
Text Example
White with #FEC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC98D; }
p { color: rgb(254,201,141); }
H1.HeaderClassName
{
color: #FEC98D;
}
.AnyTagClassName
{
color: #FEC98D;
}
</style>
background-color css
<style>
a { background-color: #FEC98D; }
a { background-color: rgb(254,201,141); }
div.DivClassName
{
background-color: #FEC98D;
}
.BgClassName
{
background-color: #FEC98D;
}
</style>
border-color css
<style>
span { border-color: #FEC98D; }
span { border-color: rgb(254,201,141); }
td.TdClassName
{
border-color: #FEC98D;
}
.TagClassName
{
border-color: #FEC98D;
}
</style>