#FAC696

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

Shades of Peach-Orange #FAC696

Tints of Peach-Orange #FAC696

Color information

#FAC696 (or 0xFAC696) is unknown color: approx Peach-Orange. HEX triplet: FA, C6 and 96. RGB value is (250,198,150). Sum of RGB (Red+Green+Blue) = 250+198+150=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC696 is #053969. Grayscale: #D0D0D0. Windows color (decimal): -342378 or 9881338. OLE color: 9881338.

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

Color convert

RGB250198150-
CMYK00.210.40.02
HSL28.8º90.91%78.43%-
HSV(B)28.8º40%98.04%-
XYZ65.1262.9137.57-
YUV208.0895.23157.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=41.81%
G=33.11%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019815000.210.40.0228.890.9178.43
HexFAC6960152821d5b4e
Octal37230622602550235133116
Binary111110101100011010010110010101101000101110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC696; }

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

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

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

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

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

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

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

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