Shades of Peach-Orange #FFCC9E
Tints of Peach-Orange #FFCC9E
RGB
CMYK
RGB Variations
Color information
#FFCC9E (or 0xFFCC9E) is known color: Peach-Orange. HEX triplet: FF, CC and 9E. RGB value is (255,204,158). Sum of RGB (Red+Green+Blue) = 255+204+158=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9E is #003361. Grayscale: #D6D6D6. Windows color (decimal): -13154 or 10407167. OLE color: 10407167.
HSL color Cylindrical-coordinate representation of color #FFCC9E: hue angle of 28.45º 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 #FFCC9E is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 158 | - |
| CMYK | 0 | 0.2 | 0.38 | 0 |
| HSL | 28.45º | 1% | 0.81% | - |
| HSV(B) | 28.45º | 0.38% | 1% | - |
| XYZ | 69 | 66.91 | 41.63 | - |
| YUV | 214.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 158 | 0 | 0.2 | 0.38 | 0 | 28.45 | 1 | 0.81 |
| Hex | FF | CC | 9E | 0 | 14 | 26 | 0 | 1C | 64 | 51 |
| Octal | 377 | 314 | 236 | 0 | 24 | 46 | 0 | 34 | 144 | 121 |
| Binary | 11111111 | 11001100 | 10011110 | 0 | 10100 | 100110 | 0 | 11100 | 1100100 | 1010001 |
Color Harmonies of #FFCC9E
Complementary color
Monochromatic Colors of #FFCC9E
Black with #FFCC9E
Text Example
Text Example
White with #FFCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC9E; }
p { color: rgb(255,204,158); }
H1.HeaderClassName
{
color: #FFCC9E;
}
.AnyTagClassName
{
color: #FFCC9E;
}
</style>
background-color css
<style>
a { background-color: #FFCC9E; }
a { background-color: rgb(255,204,158); }
div.DivClassName
{
background-color: #FFCC9E;
}
.BgClassName
{
background-color: #FFCC9E;
}
</style>
border-color css
<style>
span { border-color: #FFCC9E; }
span { border-color: rgb(255,204,158); }
td.TdClassName
{
border-color: #FFCC9E;
}
.TagClassName
{
border-color: #FFCC9E;
}
</style>