#FACB95

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

Shades of Peach-Orange #FACB95

Tints of Peach-Orange #FACB95

Color information

#FACB95 (or 0xFACB95) is unknown color: approx Peach-Orange. HEX triplet: FA, CB and 95. RGB value is (250,203,149). Sum of RGB (Red+Green+Blue) = 250+203+149=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB95 is #05346A. Grayscale: #D3D3D3. Windows color (decimal): -341099 or 9817082. OLE color: 9817082.

HSL color Cylindrical-coordinate representation of color #FACB95: hue angle of 32.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FACB95 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250203149-
CMYK00.190.400.02
HSL32.08º90.99%78.24%-
HSV(B)32.08º40.4%98.04%-
XYZ66.2165.2137.53-
YUV210.993.07155.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=41.53%
G=33.72%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020314900.190.400.0232.0890.9978.24
HexFACB95013282205b4e
Octal37231322502350240133116
Binary1111101011001011100101010100111010001010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB95; }

 p { color: rgb(250,203,149); }

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

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

 a { background-color: rgb(250,203,149); }

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

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

 span { border-color: rgb(250,203,149); }

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