Shades of Peach-Orange #FFCC8C
Tints of Peach-Orange #FFCC8C
RGB
CMYK
RGB Variations
Color information
#FFCC8C (or 0xFFCC8C) is known color: Peach-Orange. HEX triplet: FF, CC and 8C. RGB value is (255,204,140). Sum of RGB (Red+Green+Blue) = 255+204+140=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC8C is #003373. Grayscale: #D4D4D4. Windows color (decimal): -13172 or 9227519. OLE color: 9227519.
HSL color Cylindrical-coordinate representation of color #FFCC8C: hue angle of 33.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFCC8C is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 140 | - |
| CMYK | 0 | 0.2 | 0.45 | 0 |
| HSL | 33.39º | 1% | 0.77% | - |
| HSV(B) | 33.39º | 0.45% | 1% | - |
| XYZ | 67.57 | 66.34 | 34.05 | - |
| YUV | 211.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 140 | 0 | 0.2 | 0.45 | 0 | 33.39 | 1 | 0.77 |
| Hex | FF | CC | 8C | 0 | 14 | 2D | 0 | 21 | 64 | 4D |
| Octal | 377 | 314 | 214 | 0 | 24 | 55 | 0 | 41 | 144 | 115 |
| Binary | 11111111 | 11001100 | 10001100 | 0 | 10100 | 101101 | 0 | 100001 | 1100100 | 1001101 |
Color Harmonies of #FFCC8C
Complementary color
Monochromatic Colors of #FFCC8C
Black with #FFCC8C
Text Example
Text Example
White with #FFCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC8C; }
p { color: rgb(255,204,140); }
H1.HeaderClassName
{
color: #FFCC8C;
}
.AnyTagClassName
{
color: #FFCC8C;
}
</style>
background-color css
<style>
a { background-color: #FFCC8C; }
a { background-color: rgb(255,204,140); }
div.DivClassName
{
background-color: #FFCC8C;
}
.BgClassName
{
background-color: #FFCC8C;
}
</style>
border-color css
<style>
span { border-color: #FFCC8C; }
span { border-color: rgb(255,204,140); }
td.TdClassName
{
border-color: #FFCC8C;
}
.TagClassName
{
border-color: #FFCC8C;
}
</style>