Shades of Peach-Orange #FDC996
Tints of Peach-Orange #FDC996
RGB
CMYK
RGB Variations
Color information
#FDC996 (or 0xFDC996) is known color: Peach-Orange. HEX triplet: FD, C9 and 96. RGB value is (253,201,150). Sum of RGB (Red+Green+Blue) = 253+201+150=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC996 is #023669. Grayscale: #D2D2D2. Windows color (decimal): -145002 or 9882109. OLE color: 9882109.
HSL color Cylindrical-coordinate representation of color #FDC996: hue angle of 29.71º 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 #FDC996 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 150 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 29.71º | 0.96% | 0.79% | - |
| HSV(B) | 29.71º | 0.41% | 0.99% | - |
| XYZ | 66.9 | 64.86 | 37.85 | - |
| YUV | 210.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 150 | 0 | 0.21 | 0.41 | 0.01 | 29.71 | 0.96 | 0.79 |
| Hex | FD | C9 | 96 | 0 | 15 | 29 | 1 | 1E | 60 | 4F |
| Octal | 375 | 311 | 226 | 0 | 25 | 51 | 1 | 36 | 140 | 117 |
| Binary | 11111101 | 11001001 | 10010110 | 0 | 10101 | 101001 | 1 | 11110 | 1100000 | 1001111 |
Color Harmonies of #FDC996
Complementary color
Monochromatic Colors of #FDC996
Black with #FDC996
Text Example
Text Example
White with #FDC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC996; }
p { color: rgb(253,201,150); }
H1.HeaderClassName
{
color: #FDC996;
}
.AnyTagClassName
{
color: #FDC996;
}
</style>
background-color css
<style>
a { background-color: #FDC996; }
a { background-color: rgb(253,201,150); }
div.DivClassName
{
background-color: #FDC996;
}
.BgClassName
{
background-color: #FDC996;
}
</style>
border-color css
<style>
span { border-color: #FDC996; }
span { border-color: rgb(253,201,150); }
td.TdClassName
{
border-color: #FDC996;
}
.TagClassName
{
border-color: #FDC996;
}
</style>