#FACA9A

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

Shades of Peach-Orange #FACA9A

Tints of Peach-Orange #FACA9A

Color information

#FACA9A (or 0xFACA9A) is unknown color: approx Peach-Orange. HEX triplet: FA, CA and 9A. RGB value is (250,202,154). Sum of RGB (Red+Green+Blue) = 250+202+154=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9A is #053565. Grayscale: #D3D3D3. Windows color (decimal): -341350 or 10144506. OLE color: 10144506.

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

Color convert

RGB250202154-
CMYK00.190.380.02
HSL30º90.57%79.22%-
HSV(B)30º38.4%98.04%-
XYZ66.3864.939.6-
YUV210.8895.9155.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=41.25%
G=33.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020215400.190.380.023090.5779.22
HexFACA9A0132621e5b4f
Octal37231223202346236133117
Binary111110101100101010011010010011100110101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA9A; }

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

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

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

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

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

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

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

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