Shades of Peach-Orange #FDC895
Tints of Peach-Orange #FDC895
RGB
CMYK
RGB Variations
Color information
#FDC895 (or 0xFDC895) is known color: Peach-Orange. HEX triplet: FD, C8 and 95. RGB value is (253,200,149). Sum of RGB (Red+Green+Blue) = 253+200+149=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC895 is #02376A. Grayscale: #D2D2D2. Windows color (decimal): -145259 or 9816317. OLE color: 9816317.
HSL color Cylindrical-coordinate representation of color #FDC895: hue angle of 29.42º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDC895 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 29.42º | 0.96% | 0.79% | - |
| HSV(B) | 29.42º | 0.41% | 0.99% | - |
| XYZ | 66.59 | 64.36 | 37.35 | - |
| YUV | 210.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 149 | 0 | 0.21 | 0.41 | 0.01 | 29.42 | 0.96 | 0.79 |
| Hex | FD | C8 | 95 | 0 | 15 | 29 | 1 | 1D | 60 | 4F |
| Octal | 375 | 310 | 225 | 0 | 25 | 51 | 1 | 35 | 140 | 117 |
| Binary | 11111101 | 11001000 | 10010101 | 0 | 10101 | 101001 | 1 | 11101 | 1100000 | 1001111 |
Color Harmonies of #FDC895
Complementary color
Monochromatic Colors of #FDC895
Black with #FDC895
Text Example
Text Example
White with #FDC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC895; }
p { color: rgb(253,200,149); }
H1.HeaderClassName
{
color: #FDC895;
}
.AnyTagClassName
{
color: #FDC895;
}
</style>
background-color css
<style>
a { background-color: #FDC895; }
a { background-color: rgb(253,200,149); }
div.DivClassName
{
background-color: #FDC895;
}
.BgClassName
{
background-color: #FDC895;
}
</style>
border-color css
<style>
span { border-color: #FDC895; }
span { border-color: rgb(253,200,149); }
td.TdClassName
{
border-color: #FDC895;
}
.TagClassName
{
border-color: #FDC895;
}
</style>