Shades of Peach-Orange #FFCC8E
Tints of Peach-Orange #FFCC8E
RGB
CMYK
RGB Variations
Color information
#FFCC8E (or 0xFFCC8E) is known color: Peach-Orange. HEX triplet: FF, CC and 8E. RGB value is (255,204,142). Sum of RGB (Red+Green+Blue) = 255+204+142=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC8E is #003371. Grayscale: #D4D4D4. Windows color (decimal): -13170 or 9358591. OLE color: 9358591.
HSL color Cylindrical-coordinate representation of color #FFCC8E: hue angle of 32.92º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCC8E is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 142 | - |
| CMYK | 0 | 0.2 | 0.44 | 0 |
| HSL | 32.92º | 1% | 0.78% | - |
| HSV(B) | 32.92º | 0.44% | 1% | - |
| XYZ | 67.72 | 66.4 | 34.84 | - |
| YUV | 212.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 142 | 0 | 0.2 | 0.44 | 0 | 32.92 | 1 | 0.78 |
| Hex | FF | CC | 8E | 0 | 14 | 2C | 0 | 21 | 64 | 4E |
| Octal | 377 | 314 | 216 | 0 | 24 | 54 | 0 | 41 | 144 | 116 |
| Binary | 11111111 | 11001100 | 10001110 | 0 | 10100 | 101100 | 0 | 100001 | 1100100 | 1001110 |
Color Harmonies of #FFCC8E
Complementary color
Monochromatic Colors of #FFCC8E
Black with #FFCC8E
Text Example
Text Example
White with #FFCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC8E; }
p { color: rgb(255,204,142); }
H1.HeaderClassName
{
color: #FFCC8E;
}
.AnyTagClassName
{
color: #FFCC8E;
}
</style>
background-color css
<style>
a { background-color: #FFCC8E; }
a { background-color: rgb(255,204,142); }
div.DivClassName
{
background-color: #FFCC8E;
}
.BgClassName
{
background-color: #FFCC8E;
}
</style>
border-color css
<style>
span { border-color: #FFCC8E; }
span { border-color: rgb(255,204,142); }
td.TdClassName
{
border-color: #FFCC8E;
}
.TagClassName
{
border-color: #FFCC8E;
}
</style>