Shades of Peach-Orange #FDC995
Tints of Peach-Orange #FDC995
RGB
CMYK
RGB Variations
Color information
#FDC995 (or 0xFDC995) is known color: Peach-Orange. HEX triplet: FD, C9 and 95. RGB value is (253,201,149). Sum of RGB (Red+Green+Blue) = 253+201+149=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC995 is #02366A. Grayscale: #D2D2D2. Windows color (decimal): -145003 or 9816573. OLE color: 9816573.
HSL color Cylindrical-coordinate representation of color #FDC995: hue angle of 30º 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 #FDC995 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 30º | 0.96% | 0.79% | - |
| HSV(B) | 30º | 0.41% | 0.99% | - |
| XYZ | 66.82 | 64.83 | 37.42 | - |
| YUV | 210.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 149 | 0 | 0.21 | 0.41 | 0.01 | 30 | 0.96 | 0.79 |
| Hex | FD | C9 | 95 | 0 | 15 | 29 | 1 | 1E | 60 | 4F |
| Octal | 375 | 311 | 225 | 0 | 25 | 51 | 1 | 36 | 140 | 117 |
| Binary | 11111101 | 11001001 | 10010101 | 0 | 10101 | 101001 | 1 | 11110 | 1100000 | 1001111 |
Color Harmonies of #FDC995
Complementary color
Monochromatic Colors of #FDC995
Black with #FDC995
Text Example
Text Example
White with #FDC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC995; }
p { color: rgb(253,201,149); }
H1.HeaderClassName
{
color: #FDC995;
}
.AnyTagClassName
{
color: #FDC995;
}
</style>
background-color css
<style>
a { background-color: #FDC995; }
a { background-color: rgb(253,201,149); }
div.DivClassName
{
background-color: #FDC995;
}
.BgClassName
{
background-color: #FDC995;
}
</style>
border-color css
<style>
span { border-color: #FDC995; }
span { border-color: rgb(253,201,149); }
td.TdClassName
{
border-color: #FDC995;
}
.TagClassName
{
border-color: #FDC995;
}
</style>