Shades of Peach-Orange #FFCC99
Tints of Peach-Orange #FFCC99
RGB
CMYK
RGB Variations
Color information
#FFCC99 (or 0xFFCC99) is known color: Peach-Orange. HEX triplet: FF, CC and 99. RGB value is (255,204,153). Sum of RGB (Red+Green+Blue) = 255+204+153=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC99 is a web safe color. Inversed color of #FFCC99 is #003366. Grayscale: #D5D5D5. Windows color (decimal): -13159 or 10079487. OLE color: 10079487.
HSL color Cylindrical-coordinate representation of color #FFCC99: hue angle of 30º 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 #FFCC99 is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 153 | - |
CMYK | 0 | 0.2 | 0.4 | 0 |
HSL | 30º | 1% | 0.8% | - |
HSV(B) | 30º | 0.4% | 1% | - |
XYZ | 68.58 | 66.75 | 39.41 | - |
YUV | 213.44 | 93.9 | 157.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 153 | 0 | 0.2 | 0.4 | 0 | 30 | 1 | 0.8 |
Hex | FF | CC | 99 | 0 | 14 | 28 | 0 | 1E | 64 | 50 |
Octal | 377 | 314 | 231 | 0 | 24 | 50 | 0 | 36 | 144 | 120 |
Binary | 11111111 | 11001100 | 10011001 | 0 | 10100 | 101000 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCC99
Complementary color
Monochromatic Colors of #FFCC99
Black with #FFCC99
Text Example
Text Example
White with #FFCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC99; }
p { color: rgb(255,204,153); }
H1.HeaderClassName
{
color: #FFCC99;
}
.AnyTagClassName
{
color: #FFCC99;
}
</style>
background-color css
<style>
a { background-color: #FFCC99; }
a { background-color: rgb(255,204,153); }
div.DivClassName
{
background-color: #FFCC99;
}
.BgClassName
{
background-color: #FFCC99;
}
</style>
border-color css
<style>
span { border-color: #FFCC99; }
span { border-color: rgb(255,204,153); }
td.TdClassName
{
border-color: #FFCC99;
}
.TagClassName
{
border-color: #FFCC99;
}
</style>