#FCCC9D

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

Shades of Peach-Orange #FCCC9D

Tints of Peach-Orange #FCCC9D

Color information

#FCCC9D (or 0xFCCC9D) is unknown color: approx Peach-Orange. HEX triplet: FC, CC and 9D. RGB value is (252,204,157). Sum of RGB (Red+Green+Blue) = 252+204+157=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9D is #033362. Grayscale: #D5D5D5. Windows color (decimal): -209763 or 10341628. OLE color: 10341628.

HSL color Cylindrical-coordinate representation of color #FCCC9D: hue angle of 29.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCCC9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252204157-
CMYK00.190.380.01
HSL29.68º94.06%80.2%-
HSV(B)29.68º37.7%98.82%-
XYZ67.8266.3241.12-
YUV212.9996.4155.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 157 (61.72% from 255) = 25.61%
R=41.11%
G=33.28%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220415700.190.380.0129.6894.0680.2
HexFCCC9D0132611e5e50
Octal37431423502346136136120
Binary11111100110011001001110101001110011011111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC9D; }

 p { color: rgb(252,204,157); }

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

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

 a { background-color: rgb(252,204,157); }

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

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

 span { border-color: rgb(252,204,157); }

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