#FFCC9B

Color #FFCC9B Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FFCC9B

Tints of Peach-Orange #FFCC9B

Color information

#FFCC9B (or 0xFFCC9B) is unknown color: approx Peach-Orange. HEX triplet: FF, CC and 9B. RGB value is (255,204,155). Sum of RGB (Red+Green+Blue) = 255+204+155=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9B is #003364. Grayscale: #D5D5D5. Windows color (decimal): -13157 or 10210559. OLE color: 10210559.

HSL color Cylindrical-coordinate representation of color #FFCC9B: hue angle of 29.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCC9B is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255204155-
CMYK00.20.390
HSL29.4º100%80.39%-
HSV(B)29.4º39.22%100%-
XYZ68.7566.8140.28-
YUV213.6694.9157.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=41.53%
G=33.22%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520415500.20.39029.410080.39
HexFFCC9B0142701d6450
Octal37731423302447035144120
Binary11111111110011001001101101010010011101110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC9B; }

 p { color: rgb(255,204,155); }

 H1.HeaderClassName
 {
   color: #FFCC9B;
 }
 .AnyTagClassName
 {
   color: #FFCC9B;
 }
</style>
background-color css

<style>
 a { background-color: #FFCC9B; }

 a { background-color: rgb(255,204,155); }

 div.DivClassName
 {
   background-color: #FFCC9B;
 }
 .BgClassName
 {
   background-color: #FFCC9B;
 }
</style>
border-color css

<style>
 span { border-color: #FFCC9B; }

 span { border-color: rgb(255,204,155); }

 td.TdClassName
 {
   border-color: #FFCC9B;
 }
 .TagClassName
 {
   border-color: #FFCC9B;
 }
</style>