#FACB96

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

Shades of Peach-Orange #FACB96

Tints of Peach-Orange #FACB96

Color information

#FACB96 (or 0xFACB96) is unknown color: approx Peach-Orange. HEX triplet: FA, CB and 96. RGB value is (250,203,150). Sum of RGB (Red+Green+Blue) = 250+203+150=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB96 is #053469. Grayscale: #D3D3D3. Windows color (decimal): -341098 or 9882618. OLE color: 9882618.

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

Color convert

RGB250203150-
CMYK00.190.40.02
HSL31.8º90.91%78.43%-
HSV(B)31.8º40%98.04%-
XYZ66.2965.2437.95-
YUV211.0193.57155.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=41.46%
G=33.67%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020315000.190.40.0231.890.9178.43
HexFACB96013282205b4e
Octal37231322602350240133116
Binary1111101011001011100101100100111010001010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB96; }

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

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

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

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

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

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

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

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