Shades of Peach-Orange #FDCE99
Tints of Peach-Orange #FDCE99
RGB
CMYK
RGB Variations
Color information
#FDCE99 (or 0xFDCE99) is known color: Peach-Orange. HEX triplet: FD, CE and 99. RGB value is (253,206,153). Sum of RGB (Red+Green+Blue) = 253+206+153=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE99 is #023166. Grayscale: #D6D6D6. Windows color (decimal): -143719 or 10079997. OLE color: 10079997.
HSL color Cylindrical-coordinate representation of color #FDCE99: hue angle of 31.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDCE99 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 153 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.01 |
| HSL | 31.8º | 0.96% | 0.8% | - |
| HSV(B) | 31.8º | 0.4% | 0.99% | - |
| XYZ | 68.33 | 67.33 | 39.53 | - |
| YUV | 214.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 153 | 0 | 0.19 | 0.40 | 0.01 | 31.8 | 0.96 | 0.8 |
| Hex | FD | CE | 99 | 0 | 13 | 28 | 1 | 20 | 60 | 50 |
| Octal | 375 | 316 | 231 | 0 | 23 | 50 | 1 | 40 | 140 | 120 |
| Binary | 11111101 | 11001110 | 10011001 | 0 | 10011 | 101000 | 1 | 100000 | 1100000 | 1010000 |
Color Harmonies of #FDCE99
Complementary color
Monochromatic Colors of #FDCE99
Black with #FDCE99
Text Example
Text Example
White with #FDCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE99; }
p { color: rgb(253,206,153); }
H1.HeaderClassName
{
color: #FDCE99;
}
.AnyTagClassName
{
color: #FDCE99;
}
</style>
background-color css
<style>
a { background-color: #FDCE99; }
a { background-color: rgb(253,206,153); }
div.DivClassName
{
background-color: #FDCE99;
}
.BgClassName
{
background-color: #FDCE99;
}
</style>
border-color css
<style>
span { border-color: #FDCE99; }
span { border-color: rgb(253,206,153); }
td.TdClassName
{
border-color: #FDCE99;
}
.TagClassName
{
border-color: #FDCE99;
}
</style>