Shades of Peach-Orange #FCC795
Tints of Peach-Orange #FCC795
RGB
CMYK
RGB Variations
Color information
#FCC795 (or 0xFCC795) is known color: Peach-Orange. HEX triplet: FC, C7 and 95. RGB value is (252,199,149). Sum of RGB (Red+Green+Blue) = 252+199+149=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC795 is #03386A. Grayscale: #D1D1D1. Windows color (decimal): -211051 or 9816060. OLE color: 9816060.
HSL color Cylindrical-coordinate representation of color #FCC795: hue angle of 29.13º 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 #FCC795 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 29.13º | 0.94% | 0.79% | - |
| HSV(B) | 29.13º | 0.41% | 0.99% | - |
| XYZ | 65.99 | 63.71 | 37.25 | - |
| YUV | 209.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 149 | 0 | 0.21 | 0.41 | 0.01 | 29.13 | 0.94 | 0.79 |
| Hex | FC | C7 | 95 | 0 | 15 | 29 | 1 | 1D | 5E | 4F |
| Octal | 374 | 307 | 225 | 0 | 25 | 51 | 1 | 35 | 136 | 117 |
| Binary | 11111100 | 11000111 | 10010101 | 0 | 10101 | 101001 | 1 | 11101 | 1011110 | 1001111 |
Color Harmonies of #FCC795
Complementary color
Monochromatic Colors of #FCC795
Black with #FCC795
Text Example
Text Example
White with #FCC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC795; }
p { color: rgb(252,199,149); }
H1.HeaderClassName
{
color: #FCC795;
}
.AnyTagClassName
{
color: #FCC795;
}
</style>
background-color css
<style>
a { background-color: #FCC795; }
a { background-color: rgb(252,199,149); }
div.DivClassName
{
background-color: #FCC795;
}
.BgClassName
{
background-color: #FCC795;
}
</style>
border-color css
<style>
span { border-color: #FCC795; }
span { border-color: rgb(252,199,149); }
td.TdClassName
{
border-color: #FCC795;
}
.TagClassName
{
border-color: #FCC795;
}
</style>