#FAC596

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

Shades of Peach-Orange #FAC596

Tints of Peach-Orange #FAC596

Color information

#FAC596 (or 0xFAC596) is unknown color: approx Peach-Orange. HEX triplet: FA, C5 and 96. RGB value is (250,197,150). Sum of RGB (Red+Green+Blue) = 250+197+150=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC596 is #053A69. Grayscale: #CFCFCF. Windows color (decimal): -342634 or 9881082. OLE color: 9881082.

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

Color convert

RGB250197150-
CMYK00.210.40.02
HSL28.2º90.91%78.43%-
HSV(B)28.2º40%98.04%-
XYZ64.962.4637.49-
YUV207.4995.56158.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=41.88%
G=33.00%
B=25.13%

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
Decimal25019715000.210.40.0228.290.9178.43
HexFAC5960152821c5b4e
Octal37230522602550234133116
Binary111110101100010110010110010101101000101110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC596; }

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

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

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

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

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

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

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

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