Shades of Peach-Orange #FFCC9D
Tints of Peach-Orange #FFCC9D
RGB
CMYK
RGB Variations
Color information
#FFCC9D (or 0xFFCC9D) is known color: Peach-Orange. HEX triplet: FF, CC and 9D. RGB value is (255,204,157). Sum of RGB (Red+Green+Blue) = 255+204+157=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9D is #003362. Grayscale: #D6D6D6. Windows color (decimal): -13155 or 10341631. OLE color: 10341631.
HSL color Cylindrical-coordinate representation of color #FFCC9D: hue angle of 28.78º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCC9D is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 157 | - |
| CMYK | 0 | 0.2 | 0.38 | 0 |
| HSL | 28.78º | 1% | 0.81% | - |
| HSV(B) | 28.78º | 0.38% | 1% | - |
| XYZ | 68.92 | 66.88 | 41.18 | - |
| YUV | 213.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 157 | 0 | 0.2 | 0.38 | 0 | 28.78 | 1 | 0.81 |
| Hex | FF | CC | 9D | 0 | 14 | 26 | 0 | 1D | 64 | 51 |
| Octal | 377 | 314 | 235 | 0 | 24 | 46 | 0 | 35 | 144 | 121 |
| Binary | 11111111 | 11001100 | 10011101 | 0 | 10100 | 100110 | 0 | 11101 | 1100100 | 1010001 |
Color Harmonies of #FFCC9D
Complementary color
Monochromatic Colors of #FFCC9D
Black with #FFCC9D
Text Example
Text Example
White with #FFCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC9D; }
p { color: rgb(255,204,157); }
H1.HeaderClassName
{
color: #FFCC9D;
}
.AnyTagClassName
{
color: #FFCC9D;
}
</style>
background-color css
<style>
a { background-color: #FFCC9D; }
a { background-color: rgb(255,204,157); }
div.DivClassName
{
background-color: #FFCC9D;
}
.BgClassName
{
background-color: #FFCC9D;
}
</style>
border-color css
<style>
span { border-color: #FFCC9D; }
span { border-color: rgb(255,204,157); }
td.TdClassName
{
border-color: #FFCC9D;
}
.TagClassName
{
border-color: #FFCC9D;
}
</style>