Shades of Peach-Orange #FCC595
Tints of Peach-Orange #FCC595
RGB
CMYK
RGB Variations
Color information
#FCC595 (or 0xFCC595) is known color: Peach-Orange. HEX triplet: FC, C5 and 95. RGB value is (252,197,149). Sum of RGB (Red+Green+Blue) = 252+197+149=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC595 is #033A6A. Grayscale: #D0D0D0. Windows color (decimal): -211563 or 9815548. OLE color: 9815548.
HSL color Cylindrical-coordinate representation of color #FCC595: hue angle of 27.96º degrees, saturation: 0.94, 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 #FCC595 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 149 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.01 |
| HSL | 27.96º | 0.94% | 0.79% | - |
| HSV(B) | 27.96º | 0.41% | 0.99% | - |
| XYZ | 65.54 | 62.8 | 37.1 | - |
| YUV | 207.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 149 | 0 | 0.22 | 0.41 | 0.01 | 27.96 | 0.94 | 0.79 |
| Hex | FC | C5 | 95 | 0 | 16 | 29 | 1 | 1C | 5E | 4F |
| Octal | 374 | 305 | 225 | 0 | 26 | 51 | 1 | 34 | 136 | 117 |
| Binary | 11111100 | 11000101 | 10010101 | 0 | 10110 | 101001 | 1 | 11100 | 1011110 | 1001111 |
Color Harmonies of #FCC595
Complementary color
Monochromatic Colors of #FCC595
Black with #FCC595
Text Example
Text Example
White with #FCC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC595; }
p { color: rgb(252,197,149); }
H1.HeaderClassName
{
color: #FCC595;
}
.AnyTagClassName
{
color: #FCC595;
}
</style>
background-color css
<style>
a { background-color: #FCC595; }
a { background-color: rgb(252,197,149); }
div.DivClassName
{
background-color: #FCC595;
}
.BgClassName
{
background-color: #FCC595;
}
</style>
border-color css
<style>
span { border-color: #FCC595; }
span { border-color: rgb(252,197,149); }
td.TdClassName
{
border-color: #FCC595;
}
.TagClassName
{
border-color: #FCC595;
}
</style>