Shades of Peach-Orange #FDC898
Tints of Peach-Orange #FDC898
RGB
CMYK
RGB Variations
Color information
#FDC898 (or 0xFDC898) is known color: Peach-Orange. HEX triplet: FD, C8 and 98. RGB value is (253,200,152). Sum of RGB (Red+Green+Blue) = 253+200+152=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC898 is #023767. Grayscale: #D2D2D2. Windows color (decimal): -145256 or 10012925. OLE color: 10012925.
HSL color Cylindrical-coordinate representation of color #FDC898: hue angle of 28.51º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC898 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 28.51º | 0.96% | 0.79% | - |
| HSV(B) | 28.51º | 0.4% | 0.99% | - |
| XYZ | 66.83 | 64.46 | 38.63 | - |
| YUV | 210.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 152 | 0 | 0.21 | 0.40 | 0.01 | 28.51 | 0.96 | 0.79 |
| Hex | FD | C8 | 98 | 0 | 15 | 28 | 1 | 1D | 60 | 4F |
| Octal | 375 | 310 | 230 | 0 | 25 | 50 | 1 | 35 | 140 | 117 |
| Binary | 11111101 | 11001000 | 10011000 | 0 | 10101 | 101000 | 1 | 11101 | 1100000 | 1001111 |
Color Harmonies of #FDC898
Complementary color
Monochromatic Colors of #FDC898
Black with #FDC898
Text Example
Text Example
White with #FDC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC898; }
p { color: rgb(253,200,152); }
H1.HeaderClassName
{
color: #FDC898;
}
.AnyTagClassName
{
color: #FDC898;
}
</style>
background-color css
<style>
a { background-color: #FDC898; }
a { background-color: rgb(253,200,152); }
div.DivClassName
{
background-color: #FDC898;
}
.BgClassName
{
background-color: #FDC898;
}
</style>
border-color css
<style>
span { border-color: #FDC898; }
span { border-color: rgb(253,200,152); }
td.TdClassName
{
border-color: #FDC898;
}
.TagClassName
{
border-color: #FDC898;
}
</style>