#FACA9E

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

Shades of Peach-Orange #FACA9E

Tints of Peach-Orange #FACA9E

Color information

#FACA9E (or 0xFACA9E) is unknown color: approx Peach-Orange. HEX triplet: FA, CA and 9E. RGB value is (250,202,158). Sum of RGB (Red+Green+Blue) = 250+202+158=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9E is #053561. Grayscale: #D3D3D3. Windows color (decimal): -341346 or 10406650. OLE color: 10406650.

HSL color Cylindrical-coordinate representation of color #FACA9E: hue angle of 28.7º 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 #FACA9E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250202158-
CMYK00.190.370.02
HSL28.7º90.2%80%-
HSV(B)28.7º36.8%98.04%-
XYZ66.7265.0341.38-
YUV211.3497.9155.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=40.98%
G=33.11%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020215800.190.370.0228.790.280
HexFACA9E0132521d5a50
Octal37231223602345235132120
Binary111110101100101010011110010011100101101110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA9E; }

 p { color: rgb(250,202,158); }

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

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

 a { background-color: rgb(250,202,158); }

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

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

 span { border-color: rgb(250,202,158); }

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