Shades of Peach-Orange #FFCC9A
Tints of Peach-Orange #FFCC9A
RGB
CMYK
RGB Variations
Color information
#FFCC9A (or 0xFFCC9A) is known color: Peach-Orange. HEX triplet: FF, CC and 9A. RGB value is (255,204,154). Sum of RGB (Red+Green+Blue) = 255+204+154=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9A is #003365. Grayscale: #D5D5D5. Windows color (decimal): -13158 or 10145023. OLE color: 10145023.
HSL color Cylindrical-coordinate representation of color #FFCC9A: hue angle of 29.7º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCC9A is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 154 | - |
| CMYK | 0 | 0.2 | 0.40 | 0 |
| HSL | 29.7º | 1% | 0.8% | - |
| HSV(B) | 29.7º | 0.4% | 1% | - |
| XYZ | 68.67 | 66.78 | 39.84 | - |
| YUV | 213.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 154 | 0 | 0.2 | 0.40 | 0 | 29.7 | 1 | 0.8 |
| Hex | FF | CC | 9A | 0 | 14 | 28 | 0 | 1E | 64 | 50 |
| Octal | 377 | 314 | 232 | 0 | 24 | 50 | 0 | 36 | 144 | 120 |
| Binary | 11111111 | 11001100 | 10011010 | 0 | 10100 | 101000 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCC9A
Complementary color
Monochromatic Colors of #FFCC9A
Black with #FFCC9A
Text Example
Text Example
White with #FFCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC9A; }
p { color: rgb(255,204,154); }
H1.HeaderClassName
{
color: #FFCC9A;
}
.AnyTagClassName
{
color: #FFCC9A;
}
</style>
background-color css
<style>
a { background-color: #FFCC9A; }
a { background-color: rgb(255,204,154); }
div.DivClassName
{
background-color: #FFCC9A;
}
.BgClassName
{
background-color: #FFCC9A;
}
</style>
border-color css
<style>
span { border-color: #FFCC9A; }
span { border-color: rgb(255,204,154); }
td.TdClassName
{
border-color: #FFCC9A;
}
.TagClassName
{
border-color: #FFCC9A;
}
</style>