#FACC9D

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

Shades of Peach-Orange #FACC9D

Tints of Peach-Orange #FACC9D

Color information

#FACC9D (or 0xFACC9D) is unknown color: approx Peach-Orange. HEX triplet: FA, CC and 9D. RGB value is (250,204,157). Sum of RGB (Red+Green+Blue) = 250+204+157=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC9D is #053362. Grayscale: #D4D4D4. Windows color (decimal): -340835 or 10341626. OLE color: 10341626.

HSL color Cylindrical-coordinate representation of color #FACC9D: hue angle of 30.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACC9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250204157-
CMYK00.180.370.02
HSL30.32º90.29%79.8%-
HSV(B)30.32º37.2%98.04%-
XYZ67.165.9441.09-
YUV212.496.74154.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 157 (61.72% from 255) = 25.70%
R=40.92%
G=33.39%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020415700.180.370.0230.3290.2979.8
HexFACC9D0122521e5a50
Octal37231423502245236132120
Binary111110101100110010011101010010100101101111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC9D; }

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

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

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

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

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

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

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

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