Shades of Peach-Orange #FDCE91
Tints of Peach-Orange #FDCE91
RGB
CMYK
RGB Variations
Color information
#FDCE91 (or 0xFDCE91) is known color: Peach-Orange. HEX triplet: FD, CE and 91. RGB value is (253,206,145). Sum of RGB (Red+Green+Blue) = 253+206+145=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE91 is #02316E. Grayscale: #D5D5D5. Windows color (decimal): -143727 or 9555709. OLE color: 9555709.
HSL color Cylindrical-coordinate representation of color #FDCE91: hue angle of 33.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDCE91 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 145 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 33.89º | 0.96% | 0.78% | - |
| HSV(B) | 33.89º | 0.43% | 0.99% | - |
| XYZ | 67.69 | 67.07 | 36.17 | - |
| YUV | 213.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 145 | 0 | 0.19 | 0.43 | 0.01 | 33.89 | 0.96 | 0.78 |
| Hex | FD | CE | 91 | 0 | 13 | 2B | 1 | 22 | 60 | 4E |
| Octal | 375 | 316 | 221 | 0 | 23 | 53 | 1 | 42 | 140 | 116 |
| Binary | 11111101 | 11001110 | 10010001 | 0 | 10011 | 101011 | 1 | 100010 | 1100000 | 1001110 |
Color Harmonies of #FDCE91
Complementary color
Monochromatic Colors of #FDCE91
Black with #FDCE91
Text Example
Text Example
White with #FDCE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE91; }
p { color: rgb(253,206,145); }
H1.HeaderClassName
{
color: #FDCE91;
}
.AnyTagClassName
{
color: #FDCE91;
}
</style>
background-color css
<style>
a { background-color: #FDCE91; }
a { background-color: rgb(253,206,145); }
div.DivClassName
{
background-color: #FDCE91;
}
.BgClassName
{
background-color: #FDCE91;
}
</style>
border-color css
<style>
span { border-color: #FDCE91; }
span { border-color: rgb(253,206,145); }
td.TdClassName
{
border-color: #FDCE91;
}
.TagClassName
{
border-color: #FDCE91;
}
</style>