Shades of Peach-Orange #FFCC9C
Tints of Peach-Orange #FFCC9C
RGB
CMYK
RGB Variations
Color information
#FFCC9C (or 0xFFCC9C) is known color: Peach-Orange. HEX triplet: FF, CC and 9C. RGB value is (255,204,156). Sum of RGB (Red+Green+Blue) = 255+204+156=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9C is #003363. Grayscale: #D6D6D6. Windows color (decimal): -13156 or 10276095. OLE color: 10276095.
HSL color Cylindrical-coordinate representation of color #FFCC9C: hue angle of 29.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCC9C is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 156 | - |
| CMYK | 0 | 0.2 | 0.39 | 0 |
| HSL | 29.09º | 1% | 0.81% | - |
| HSV(B) | 29.09º | 0.39% | 1% | - |
| XYZ | 68.83 | 66.85 | 40.73 | - |
| YUV | 213.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 156 | 0 | 0.2 | 0.39 | 0 | 29.09 | 1 | 0.81 |
| Hex | FF | CC | 9C | 0 | 14 | 27 | 0 | 1D | 64 | 51 |
| Octal | 377 | 314 | 234 | 0 | 24 | 47 | 0 | 35 | 144 | 121 |
| Binary | 11111111 | 11001100 | 10011100 | 0 | 10100 | 100111 | 0 | 11101 | 1100100 | 1010001 |
Color Harmonies of #FFCC9C
Complementary color
Monochromatic Colors of #FFCC9C
Black with #FFCC9C
Text Example
Text Example
White with #FFCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC9C; }
p { color: rgb(255,204,156); }
H1.HeaderClassName
{
color: #FFCC9C;
}
.AnyTagClassName
{
color: #FFCC9C;
}
</style>
background-color css
<style>
a { background-color: #FFCC9C; }
a { background-color: rgb(255,204,156); }
div.DivClassName
{
background-color: #FFCC9C;
}
.BgClassName
{
background-color: #FFCC9C;
}
</style>
border-color css
<style>
span { border-color: #FFCC9C; }
span { border-color: rgb(255,204,156); }
td.TdClassName
{
border-color: #FFCC9C;
}
.TagClassName
{
border-color: #FFCC9C;
}
</style>