Shades of Peach-Orange #FDC595
Tints of Peach-Orange #FDC595
RGB
CMYK
RGB Variations
Color information
#FDC595 (or 0xFDC595) is known color: Peach-Orange. HEX triplet: FD, C5 and 95. RGB value is (253,197,149). Sum of RGB (Red+Green+Blue) = 253+197+149=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC595 is #023A6A. Grayscale: #D0D0D0. Windows color (decimal): -146027 or 9815549. OLE color: 9815549.
HSL color Cylindrical-coordinate representation of color #FDC595: hue angle of 27.69º 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 #FDC595 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 149 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.01 |
| HSL | 27.69º | 0.96% | 0.79% | - |
| HSV(B) | 27.69º | 0.41% | 0.99% | - |
| XYZ | 65.9 | 62.99 | 37.12 | - |
| YUV | 208.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 149 | 0 | 0.22 | 0.41 | 0.01 | 27.69 | 0.96 | 0.79 |
| Hex | FD | C5 | 95 | 0 | 16 | 29 | 1 | 1C | 60 | 4F |
| Octal | 375 | 305 | 225 | 0 | 26 | 51 | 1 | 34 | 140 | 117 |
| Binary | 11111101 | 11000101 | 10010101 | 0 | 10110 | 101001 | 1 | 11100 | 1100000 | 1001111 |
Color Harmonies of #FDC595
Complementary color
Monochromatic Colors of #FDC595
Black with #FDC595
Text Example
Text Example
White with #FDC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC595; }
p { color: rgb(253,197,149); }
H1.HeaderClassName
{
color: #FDC595;
}
.AnyTagClassName
{
color: #FDC595;
}
</style>
background-color css
<style>
a { background-color: #FDC595; }
a { background-color: rgb(253,197,149); }
div.DivClassName
{
background-color: #FDC595;
}
.BgClassName
{
background-color: #FDC595;
}
</style>
border-color css
<style>
span { border-color: #FDC595; }
span { border-color: rgb(253,197,149); }
td.TdClassName
{
border-color: #FDC595;
}
.TagClassName
{
border-color: #FDC595;
}
</style>