#ffcc8e

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

Shades of Peach-Orange #FFCC8E

Tints of Peach-Orange #FFCC8E

Color information

#FFCC8E (or 0xFFCC8E) is unknown color: approx 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

RGB255204142-
CMYK00.20.440
HSL32.92º100%77.84%-
HSV(B)32.92º44.31%100%-
XYZ67.7266.434.84-
YUV212.1888.4158.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 142 (55.86% from 255) = 23.63%
R=42.43%
G=33.94%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520414200.20.44032.9210077.84
HexFFCC8E0142C021644e
Octal37731421602454041144116
Binary111111111100110010001110010100101100010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffcc8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>