Shades of Peach-Orange #FDC98E
Tints of Peach-Orange #FDC98E
RGB
CMYK
RGB Variations
Color information
#FDC98E (or 0xFDC98E) is known color: Peach-Orange. HEX triplet: FD, C9 and 8E. RGB value is (253,201,142). Sum of RGB (Red+Green+Blue) = 253+201+142=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98E is #023671. Grayscale: #D2D2D2. Windows color (decimal): -145010 or 9357821. OLE color: 9357821.
HSL color Cylindrical-coordinate representation of color #FDC98E: hue angle of 31.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC98E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 142 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 31.89º | 0.97% | 0.77% | - |
| HSV(B) | 31.89º | 0.44% | 0.99% | - |
| XYZ | 66.28 | 64.61 | 34.57 | - |
| YUV | 209.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 142 | 0 | 0.21 | 0.44 | 0.01 | 31.89 | 0.97 | 0.77 |
| Hex | FD | C9 | 8E | 0 | 15 | 2C | 1 | 20 | 61 | 4D |
| Octal | 375 | 311 | 216 | 0 | 25 | 54 | 1 | 40 | 141 | 115 |
| Binary | 11111101 | 11001001 | 10001110 | 0 | 10101 | 101100 | 1 | 100000 | 1100001 | 1001101 |
Color Harmonies of #FDC98E
Complementary color
Monochromatic Colors of #FDC98E
Black with #FDC98E
Text Example
Text Example
White with #FDC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC98E; }
p { color: rgb(253,201,142); }
H1.HeaderClassName
{
color: #FDC98E;
}
.AnyTagClassName
{
color: #FDC98E;
}
</style>
background-color css
<style>
a { background-color: #FDC98E; }
a { background-color: rgb(253,201,142); }
div.DivClassName
{
background-color: #FDC98E;
}
.BgClassName
{
background-color: #FDC98E;
}
</style>
border-color css
<style>
span { border-color: #FDC98E; }
span { border-color: rgb(253,201,142); }
td.TdClassName
{
border-color: #FDC98E;
}
.TagClassName
{
border-color: #FDC98E;
}
</style>