#FACD9A

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

Shades of Peach-Orange #FACD9A

Tints of Peach-Orange #FACD9A

Color information

#FACD9A (or 0xFACD9A) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 9A. RGB value is (250,205,154). Sum of RGB (Red+Green+Blue) = 250+205+154=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9A is #053265. Grayscale: #D4D4D4. Windows color (decimal): -340582 or 10145274. OLE color: 10145274.

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

Color convert

RGB250205154-
CMYK00.180.380.02
HSL31.88º90.57%79.22%-
HSV(B)31.88º38.4%98.04%-
XYZ67.0966.3239.84-
YUV212.6494.91154.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=41.05%
G=33.66%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020515400.180.380.0231.8890.5779.22
HexFACD9A012262205b4f
Octal37231523202246240133117
Binary1111101011001101100110100100101001101010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD9A; }

 p { color: rgb(250,205,154); }

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

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

 a { background-color: rgb(250,205,154); }

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

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

 span { border-color: rgb(250,205,154); }

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