Shades of Peach-Orange #FDCE8F
Tints of Peach-Orange #FDCE8F
RGB
CMYK
RGB Variations
Color information
#FDCE8F (or 0xFDCE8F) is known color: Peach-Orange. HEX triplet: FD, CE and 8F. RGB value is (253,206,143). Sum of RGB (Red+Green+Blue) = 253+206+143=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE8F is #023170. Grayscale: #D5D5D5. Windows color (decimal): -143729 or 9424637. OLE color: 9424637.
HSL color Cylindrical-coordinate representation of color #FDCE8F: hue angle of 34.36º 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 #FDCE8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 34.36º | 0.96% | 0.78% | - |
| HSV(B) | 34.36º | 0.43% | 0.99% | - |
| XYZ | 67.54 | 67.01 | 35.36 | - |
| YUV | 212.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 143 | 0 | 0.19 | 0.43 | 0.01 | 34.36 | 0.96 | 0.78 |
| Hex | FD | CE | 8F | 0 | 13 | 2B | 1 | 22 | 60 | 4E |
| Octal | 375 | 316 | 217 | 0 | 23 | 53 | 1 | 42 | 140 | 116 |
| Binary | 11111101 | 11001110 | 10001111 | 0 | 10011 | 101011 | 1 | 100010 | 1100000 | 1001110 |
Color Harmonies of #FDCE8F
Complementary color
Monochromatic Colors of #FDCE8F
Black with #FDCE8F
Text Example
Text Example
White with #FDCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE8F; }
p { color: rgb(253,206,143); }
H1.HeaderClassName
{
color: #FDCE8F;
}
.AnyTagClassName
{
color: #FDCE8F;
}
</style>
background-color css
<style>
a { background-color: #FDCE8F; }
a { background-color: rgb(253,206,143); }
div.DivClassName
{
background-color: #FDCE8F;
}
.BgClassName
{
background-color: #FDCE8F;
}
</style>
border-color css
<style>
span { border-color: #FDCE8F; }
span { border-color: rgb(253,206,143); }
td.TdClassName
{
border-color: #FDCE8F;
}
.TagClassName
{
border-color: #FDCE8F;
}
</style>